Launch feh again on reset
This commit is contained in:
parent
276c8e9b67
commit
fcfc474861
|
@ -1,11 +1,11 @@
|
||||||
set $mod Mod4
|
set $mod Mod4
|
||||||
font pango:monospace 0
|
font pango:monospace 0
|
||||||
|
|
||||||
exec --no-startup-id "feh --no-fehbg --bg-fill /home/user/.config/awesome/wallpaper/wallpaper.png"
|
exec_always --no-startup-id "feh --no-fehbg --bg-fill /home/user/.config/awesome/wallpaper/wallpaper.png"
|
||||||
exec --no-startup-id "picom -b"
|
exec --no-startup-id "picom -b"
|
||||||
exec --no-startup-id "polybar &"
|
exec --no-startup-id "polybar &"
|
||||||
exec --no-startup-id "nm-applet &"
|
exec --no-startup-id "nm-applet &"
|
||||||
exec --no-startup-id "xmodmap /home/user/.Xmodmap"
|
exec_always --no-startup-id "xmodmap /home/user/.Xmodmap"
|
||||||
exec --no-startup-id xcape -e "Super_L=Super_L|XF86Launch5" -t 5000
|
exec --no-startup-id xcape -e "Super_L=Super_L|XF86Launch5" -t 5000
|
||||||
|
|
||||||
|
|
||||||
|
@ -17,6 +17,8 @@ bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ to
|
||||||
bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle
|
bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle
|
||||||
bindsym XF86AudioNext exec --no-startup-id playerctl next
|
bindsym XF86AudioNext exec --no-startup-id playerctl next
|
||||||
bindsym XF86AudioPrev exec --no-startup-id playerctl previous
|
bindsym XF86AudioPrev exec --no-startup-id playerctl previous
|
||||||
|
bindsym $mod+XF86AudioRaiseVolume exec --no-startup-id playerctl next
|
||||||
|
bindsym $mod+XF86AudioLowerVolume exec --no-startup-id playerctl previous
|
||||||
bindsym XF86AudioPlay exec --no-startup-id playerctl play-pause
|
bindsym XF86AudioPlay exec --no-startup-id playerctl play-pause
|
||||||
bindsym XF86MonBrightnessUp exec --no-startup-id brightnessctl s 10%+
|
bindsym XF86MonBrightnessUp exec --no-startup-id brightnessctl s 10%+
|
||||||
bindsym XF86MonBrightnessDown exec --no-startup-id brightnessctl s 10%-
|
bindsym XF86MonBrightnessDown exec --no-startup-id brightnessctl s 10%-
|
||||||
|
|
Loading…
Reference in New Issue