mirror of
https://gitlab.com/linuxstuff/dotfiles.git
synced 2026-06-19 04:06:00 +02:00
changed borders
This commit is contained in:
@@ -108,9 +108,13 @@ bindsym $mod+Shift+p exec --no-startup-id pavucontrol
|
||||
|
||||
# Volume control
|
||||
|
||||
bindsym XF86AudioMute exec "volumectl toggle"
|
||||
bindsym XF86AudioLowerVolume exec "volumectl down"
|
||||
bindsym XF86AudioRaiseVolume exec "volumectl up"
|
||||
bindsym XF86AudioMute exec "bash ~/Scripts/Display/volume.sh mute"
|
||||
bindsym XF86AudioRaiseVolume exec "bash ~/Scripts/Display/volume.sh up"
|
||||
bindsym XF86AudioLowerVolume exec "bash ~/Scripts/Display/volume.sh down"
|
||||
|
||||
#bindsym XF86AudioMute exec "volumectl toggle"
|
||||
#bindsym XF86AudioRaiseVolume exec "volumectl up"
|
||||
#bindsym XF86AudioLowerVolume exec "volumectl down"
|
||||
|
||||
# Player control
|
||||
|
||||
@@ -384,7 +388,7 @@ set_from_resource $col_indicator i3_indicator
|
||||
|
||||
# Set inner/outer gaps
|
||||
gaps inner 20
|
||||
gaps outer 5
|
||||
gaps outer 0
|
||||
|
||||
# Additionally, you can issue commands with the following syntax. This is useful to bind keys to changing the gap size.
|
||||
# gaps inner|outer current|all set|plus|minus <px>
|
||||
|
||||
Reference in New Issue
Block a user