- 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:
2
env/.config/i3/config
vendored
2
env/.config/i3/config
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user