home/qtile: add volume keys and ease testing
This commit is contained in:
parent
dd4cd9aaf4
commit
b53ad263e6
3 changed files with 89 additions and 63 deletions
11
Justfile
11
Justfile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue