Periodic merge of staging to master #14

Merged
steveej merged 71 commits from staging into master 2019-01-18 10:53:52 +00:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 6bd147b541 - Show all commits

View file

@ -72,6 +72,7 @@ update-this-device:
sudo nix-channel --update sudo nix-channel --update
just -v rebuild-this-device switch just -v rebuild-this-device switch
# Iterate on a qtile config by running it inside Xephyr. (un-/grab the mouse with Ctrl + Shift-L)
hm-iterate-qtile: hm-iterate-qtile:
#!/usr/bin/env bash #!/usr/bin/env bash
set -xe set -xe

View file

@ -13,7 +13,7 @@ let
pulseaudio findutils gnugrep pulseaudio findutils gnugrep
]}:$PATH ]}:$PATH
export MUTEFILE=''${TEMPDIR:-/tmp}./.qtilemute export MUTEFILE=''${TEMPDIR:-/tmp}/.qtilemute
case $1 in case $1 in
mute) mute)
newstate=$(( $(cat $MUTEFILE || echo 0 ) ^ 1 )) newstate=$(( $(cat $MUTEFILE || echo 0 ) ^ 1 ))