Add daemon and program starter script
This commit is contained in:
+1
-6
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user