bspwm, sxhkd: Update to use Conspiracy daemon

This commit is contained in:
Salt 2018-10-02 12:05:42 -05:00
parent 499704268b
commit 1f89db21be
2 changed files with 4 additions and 4 deletions

View File

@ -21,9 +21,9 @@
# SOFTWARE. # SOFTWARE.
# Load session startup script # Load session startup script
dtfscript="$HOME/.concession/concede" dtfscript="$HOME/.concession/conspiracy"
if [[ -x "$dtfscript" ]]; then if [ -x "$dtfscript" ]; then
source "$dtfscript" "$dtfscript"&
exit 0 exit 0
fi fi
unset dtfscript unset dtfscript

View File

@ -50,7 +50,7 @@ XF86MonBrightness{Up,Down}
# Reload configuration # Reload configuration
alt + shift + r alt + shift + r
~/.config/bspwm/bspwmrc echo "reload" > $CNC_HOME/.pipe-daemon
# close and kill # close and kill
alt + {_,shift + }q alt + {_,shift + }q