add todo
add todo
This commit is contained in:
parent
445bfaa764
commit
a09ff841b9
2 changed files with 3 additions and 24 deletions
3
TODO.md
Normal file
3
TODO.md
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
# TODO
|
||||||
|
- [ ] Integrate networkmanager-dmenu (this depends on how I will implement either polkit or sudoers changes)
|
||||||
|
- [ ] Bind to disable touchpad
|
24
test.sh
24
test.sh
|
@ -1,24 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
#set -o xtrace
|
|
||||||
set -o errexit -o nounset -o pipefail -o errtrace
|
|
||||||
IFS=$'\n\t'
|
|
||||||
|
|
||||||
disp_num=1
|
|
||||||
|
|
||||||
disp=:$disp_num
|
|
||||||
Xephyr -screen 2560x1440 $disp -ac -br -sw-cursor &
|
|
||||||
pid=$!
|
|
||||||
while [ ! -e /tmp/.X11-unix/X${disp_num} ] ; do
|
|
||||||
sleep 0.1
|
|
||||||
done
|
|
||||||
|
|
||||||
export DISPLAY=$disp
|
|
||||||
|
|
||||||
xrdb "${XDG_CONFIG_HOME:-$HOME/.config}/x11/xresources" & xrdbpid=$!
|
|
||||||
setbg &
|
|
||||||
remaps &
|
|
||||||
[ -n "$xrdbpid" ] && wait "$xrdbpid"
|
|
||||||
./dwm
|
|
||||||
|
|
||||||
kill $pid
|
|
||||||
exit 0
|
|
Loading…
Add table
Add a link
Reference in a new issue