Updating feh for wallpaper
This commit is contained in:
parent
3fe4d5bd20
commit
291bed9e74
2
.fehbg
2
.fehbg
@ -1,2 +1,2 @@
|
||||
#!/bin/sh
|
||||
feh --randomize --recursive --bg-scale ~/wallpaper
|
||||
feh --randomize --recursive --bg-scale ~/wallpaper
|
||||
|
@ -67,8 +67,10 @@ bindsym $mod+XF86AudioMute exec --no-startup-id pactl set-sink-mute 1 toggle # m
|
||||
|
||||
|
||||
## requires xbacklight
|
||||
bindsym XF86MonBrightnessUp exec xbacklight -inc 20 # increase screen brightness
|
||||
bindsym XF86MonBrightnessDown exec xbacklight -dec 20 # decrease screen brightness
|
||||
#bindsym XF86MonBrightnessUp exec xbacklight -inc 20 # increase screen brightness
|
||||
#bindsym XF86MonBrightnessDown exec xbacklight -dec 20 # decrease screen brightness
|
||||
bindsym XF86MonBrightnessUp exec light -A 5 # increase screen brightness
|
||||
bindsym XF86MonBrightnessDown exec light -U 5 # decrease screen brightness
|
||||
|
||||
# change focus
|
||||
bindsym $mod+h focus left
|
||||
|
Loading…
Reference in New Issue
Block a user