diff options
| author | BardofSprites <bard> | 2025-10-04 15:09:46 -0400 |
|---|---|---|
| committer | BardofSprites <bard> | 2025-10-04 15:09:46 -0400 |
| commit | beb76ccaf40a1c659df6ac0db724e870781a040d (patch) | |
| tree | 127a2979402770286d19b2be923320f451ba7769 /i3/.config | |
| parent | a2014ed3d7fd1b3f53e4330e57338d42d7d9fe59 (diff) | |
add more media keybinds
Diffstat (limited to 'i3/.config')
| -rw-r--r-- | i3/.config/i3/keybinds | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/i3/.config/i3/keybinds b/i3/.config/i3/keybinds index c32564b..e436051 100644 --- a/i3/.config/i3/keybinds +++ b/i3/.config/i3/keybinds @@ -40,6 +40,9 @@ bindsym XF86AudioPause exec playerctl pause bindsym XF86AudioNext exec playerctl next bindsym XF86AudioPrev exec playerctl previous bindsym $mod+Shift+p exec playerctl pause +bindsym $mod+bracketleft exec playerctl previous +bindsym $mod+bracketright exec playerctl next +bindsym $mod+Shift+p exec playerctl play-pause # Brightness bindsym XF86MonBrightnessUp exec xbacklight -inc 10 |
