1
0
Fork 0

Tweak gaps, fix mode, remove network click

main
Ambrose Chua 2020-05-27 19:37:23 +08:00
parent e8af5942c2
commit da93cd88af
Signed by: ambrose
GPG Key ID: BC367D33F140B5C2
2 changed files with 4 additions and 5 deletions

View File

@ -264,10 +264,10 @@ hide_edge_borders smart
#for_window [class="^.*"] border pixel 1 #for_window [class="^.*"] border pixel 1
smart_gaps on smart_gaps on
gaps inner 12 gaps inner 12
gaps outer 20 gaps outer 16
# Toggle large gaps # Toggle large gaps
bindsym $mod+g gaps inner current set 36, gaps outer current set 60 bindsym $mod+g gaps inner current set 36, gaps outer current set 32
bindsym $mod+Shift+g gaps inner current set 12, gaps outer current set 20 bindsym $mod+Shift+g gaps inner current set 12, gaps outer current set 16
### Fixes ### Fixes
# #

View File

@ -118,8 +118,7 @@
"format-ethernet": "{ifname}: {ipaddr}/{cidr}", "format-ethernet": "{ifname}: {ipaddr}/{cidr}",
"format-linked": "{ifname} (No IP)", "format-linked": "{ifname} (No IP)",
"format-disconnected": "⚠", "format-disconnected": "⚠",
"format-alt": "{ipaddr}", "format-alt": "{ipaddr}"
"on-click": "XDG_CURRENT_DESKTOP=GNOME gnome-control-center network"
}, },
"pulseaudio": { "pulseaudio": {
"scroll-step": 1, // %, can be a float "scroll-step": 1, // %, can be a float