home/qtile: add volume keys and ease testing

This commit is contained in:
steveej 2018-11-03 18:43:22 +01:00
parent dd4cd9aaf4
commit b53ad263e6
3 changed files with 89 additions and 63 deletions

View file

@ -44,6 +44,17 @@ update-this-device:
fi
fi
hm-iterate-qtile:
#!/usr/bin/env bash
set -xe
home-manager switch
Xephyr -ac -br -resizeable :1 &
XEPHYR_PID=$!
echo ${XEPHYR_PID}
DISPLAY=:1 $(grep qtile ~/.xsession) &
wait $!
kill ${XEPHYR_PID}
# Sorry, this is a manual step for now. Please see nix/os/modules/encryptedDisk.nix for the layout
disk-prepare:
echo NOT IMPLEMENTED