mirror of
https://github.com/Foltik/dotfiles
synced 2025-04-04 10:11:45 -04:00
Add i3 media keys and script
This commit is contained in:
parent
c0c8368c29
commit
24fc3ca2b4
@ -69,6 +69,11 @@ bindsym $mod+Shift+equal {{?\\}} # shoot all workspaces over to my
|
|||||||
bindsym $mod+period move workspace to \ # toggle workspace between monitors
|
bindsym $mod+period move workspace to \ # toggle workspace between monitors
|
||||||
output left
|
output left
|
||||||
|
|
||||||
|
# media keys
|
||||||
|
bindsym XF86Audio{Raise,Lower}Volume exec --no-startup-id pactl set-sink-volume 0 {+,-}5%
|
||||||
|
bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute 0 toggle
|
||||||
|
bindsym XF86MonBrightness{Up,Down} exec --no-startup-id xbacklight -{inc,dec} 10
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# MODES #
|
# MODES #
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
1
scripts/i3-gaps.fish
Normal file
1
scripts/i3-gaps.fish
Normal file
@ -0,0 +1 @@
|
|||||||
|
ppi3 ~/.config/i3/config.ppi3 ~/.config/i3/config
|
Loading…
Reference in New Issue
Block a user