waybar, swaylock, swayfx, and nvim plugins

This commit is contained in:
2025-09-01 12:10:45 -07:00
parent d38aa180bb
commit 9fbf3bc8c1
9 changed files with 77 additions and 15 deletions

View File

@@ -117,12 +117,13 @@ bindsym $mod+Shift+s sticky toggle
# Toggle laptop display
bindsym $mod+m output $laptop toggle
bindsym $mod+shift+m exec bash -c 'playerctl pause; swaymsg output $laptop power on; swaylock -f -c 000000'
# play/pause media player
bindsym XF86Favorites exec playerctl play-pause
bindsym $mod+bracketleft exec mpc prev
bindsym $mod+bracketright exec mpc next
bindsym $mod+backslash exec mpc toggle
#bindsym XF86Favorites exec playerctl play-pause
bindsym $mod+bracketleft exec playerctl previous
bindsym $mod+bracketright exec playerctl next
bindsym $mod+backslash exec playerctl play-pause
bindsym XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +5% \
@@ -136,10 +137,10 @@ bindsym XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle \
bindsym XF86AudioMicMute exec pactl set-source-mute @DEFAULT_SOURCE@ toggle
bindsym XF86MonBrightnessDown exec brightnessctl set 5%-
bindsym XF86MonBrightnessUp exec brightnessctl set 5%+
bindsym XF86MonBrightnessDown exec brightnessctl set 2%-
bindsym XF86MonBrightnessUp exec brightnessctl set 2%+
bindsym $mod+shift+p exec slurp | grim -g - - | tee ~/Pictures/$(date +%s).png | wl-copy
bindsym $mod+shift+p exec slurp | grim -g - - | tee ~/Pictures/$(date +%F-%s).png | wl-copy
bindgesture swipe:right workspace prev
bindgesture swipe:left workspace next