Update
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
set $mod Mod4
|
||||
font pango:DejaVu Sans Mono 9
|
||||
|
||||
exec_always [[ !$(pidof compton) ]] && compton
|
||||
exec_always [[ ! $(pidof compton) ]] && compton
|
||||
exec_always [[ ! $(pidof mpd) ]] && mpd
|
||||
exec_always [[ ! $(pidof nm-applet) ]] && nm-applet
|
||||
|
||||
exec_always xrdb ~/.Xresources
|
||||
exec_always feh --bg-fill ~/wallpapers/current
|
||||
@@ -9,8 +11,8 @@ exec_always feh --bg-fill ~/wallpapers/current
|
||||
gaps inner 10
|
||||
default_border pixel 1
|
||||
|
||||
bindsym XF86MonBrightnessDown exec xbacklight -dec 10
|
||||
bindsym XF86MonBrightnessUp exec xbacklight -inc 10
|
||||
bindsym XF86MonBrightnessDown exec xbacklight -dec 5
|
||||
bindsym XF86MonBrightnessUp exec xbacklight -inc 5
|
||||
|
||||
bindsym $mod+Shift+r restart
|
||||
bindsym $mod+Shift+q kill
|
||||
|
||||
Reference in New Issue
Block a user