Add daemon and program starter script

This commit is contained in:
Riyyi
2019-05-29 00:20:33 +02:00
parent 565faa1b81
commit e3bc8874b9
5 changed files with 99 additions and 15 deletions
+1 -6
View File
@@ -13,12 +13,7 @@ set $mod2 Mod1
floating_modifier $mod
# Application startup
exec_always --no-startup-id $HOME/.scripts/wm/wallpaper.sh &
exec --no-startup-id $HOME/.scripts/panel/lemonbar.sh &
exec --no-startup-id firefox
exec --no-startup-id urxvt
exec --no-startup-id thunar
exec --no-startup-id xss-lock -- $HOME/.scripts/wm/lock.sh &
exec_always --no-startup-id $HOME/.scripts/wm/pidctl.sh -p
# Colors
set_from_resource $bgcolor WmColor.bgcolor #000000
+3 -3
View File
@@ -16,12 +16,12 @@ super + {_,shift} + m
#--- Control ---#
# Reload sxhkd config and panel
# Reload sxhkd config
super + ctrl + r
pkill -USR1 -x sxhkd; $HOME/.scripts/panel/lemonbar.sh &
pkill -USR1 -x sxhkd
# Lock
super + alt + l
super + alt + s
$HOME/.scripts/wm/lock.sh
# Shutdown
+1 -6
View File
@@ -19,11 +19,6 @@ inputctl.sh -k on
inputctl.sh -s off
# Daemon starting
dunst &
redshift &
thunar --daemon &
sxhkd "$XDG_CONFIG_HOME/sxhkd/$WM" &
"$HOME"/.scripts/wm/pidctl.sh -d
exec $WM