Fix issue with loading cursor on media keys

This commit is contained in:
Daniel_I_Am 2021-12-27 17:19:32 +01:00
parent 546f8f202d
commit 974a67d74b
No known key found for this signature in database
GPG Key ID: FC83834B306E8F14

View File

@ -93,15 +93,15 @@ bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOU
{% if device == "laptop" %} {% if device == "laptop" %}
# Screen brightness controls # Screen brightness controls
bindsym XF86MonBrightnessUp exec xbacklight -inc 20 # increase screen brightness bindsym XF86MonBrightnessUp exec --no-startup-id xbacklight -inc 20 # increase screen brightness
bindsym XF86MonBrightnessDown exec xbacklight -dec 20 # decrease screen brightness bindsym XF86MonBrightnessDown exec --no-startup-id xbacklight -dec 20 # decrease screen brightness
{% endif %} {% endif %}
# Media player controls # Media player controls
bindsym XF86AudioPlay exec playerctl play-pause bindsym XF86AudioPlay exec --no-startup-id playerctl play-pause
bindsym XF86AudioPause exec playerctl play-pause bindsym XF86AudioPause exec --no-startup-id playerctl play-pause
bindsym XF86AudioNext exec playerctl next bindsym XF86AudioNext exec --no-startup-id playerctl next
bindsym XF86AudioPrev exec playerctl previous bindsym XF86AudioPrev exec --no-startup-id playerctl previous
# Use Mouse+$mod to drag floating windows to their wanted position # Use Mouse+$mod to drag floating windows to their wanted position
floating_modifier $mod floating_modifier $mod