- repo name change and readme change

- removed markdownlint config args as it is no longer a arg. thanks markdownlint-cli2. love changing my workflow :>
    - play pause bind for i3
This commit is contained in:
2025-09-14 21:42:00 -05:00
parent b2aa06f910
commit b38cd5c376
6 changed files with 7 additions and 21 deletions

View File

@@ -41,6 +41,8 @@ bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT
bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -10% && $refresh_i3status
bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle && $refresh_i3status
bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle && $refresh_i3status
bindsym XF86AudioPlay exec --no-startup-id playerctl play-pause && $refresh_i3status
# swap caps lock and escape
exec_always --no-startup-id xmodmap -e "clear lock"