mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-24 21:04:52 +02:00
i3: try a bit to use i3-gaps
This commit is contained in:
parent
cee1d47243
commit
0ed1377db0
1 changed files with 4 additions and 0 deletions
4
config
4
config
|
@ -21,6 +21,10 @@ client.urgent #2f343a #d00000 #ffffff #d00000 #d00000
|
|||
client.placeholder #000000 #0c0c0c #ffffff #000000 #0c0c0c
|
||||
client.background #ffffff
|
||||
|
||||
# gaps
|
||||
gaps inner 10
|
||||
smart_gaps on
|
||||
|
||||
# audio
|
||||
bindsym XF86AudioRaiseVolume exec --no-startup-id exec pactl set-sink-volume @DEFAULT_SINK@ +5%
|
||||
bindsym XF86AudioLowerVolume exec --no-startup-id exec pactl set-sink-volume @DEFAULT_SINK@ -5%
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue