this repo has no description

play/pause ctrls

Changed files
+5 -1
sway
+5 -1
sway/config
···
output * adaptive_sync off
-
set $wallpaper /home/hailey/bgs/lesbians.jpg
output * bg $wallpaper fill
···
bindsym XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle
bindsym XF86MonBrightnessUp exec brightnessctl set +5%
bindsym XF86MonBrightnessDown exec brightnessctl set 5%-
# bindsym $mod+Shift+End exec /home/hailey/.config/hypr/scripts/ScreenShot.sh --now
# bindsym $mod+Shift+s exec /home/hailey/.config/hypr/scripts/ScreenShot.sh --swappy
···
output * adaptive_sync off
+
set $wallpaper /home/hailey/bgs/wolfgirl.jpg
output * bg $wallpaper fill
···
bindsym XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle
bindsym XF86MonBrightnessUp exec brightnessctl set +5%
bindsym XF86MonBrightnessDown exec brightnessctl set 5%-
+
bindsym XF86AudioPlay exec playerctl play-pause
+
bindsym XF86AudioPause exec playerctl play-pause
+
bindsym XF86AudioNext exec playerctl next
+
bindsym XF86AudioPrev exec playerctl previous
# bindsym $mod+Shift+End exec /home/hailey/.config/hypr/scripts/ScreenShot.sh --now
# bindsym $mod+Shift+s exec /home/hailey/.config/hypr/scripts/ScreenShot.sh --swappy