From da93cd88af18d8362f4b44f412e7b0e505c5b655 Mon Sep 17 00:00:00 2001 From: Ambrose Chua Date: Wed, 27 May 2020 19:37:23 +0800 Subject: [PATCH] Tweak gaps, fix mode, remove network click --- .config/sway/config | 6 +++--- .config/waybar/config | 3 +-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.config/sway/config b/.config/sway/config index 6c00c32..a58d420 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -264,10 +264,10 @@ hide_edge_borders smart #for_window [class="^.*"] border pixel 1 smart_gaps on gaps inner 12 -gaps outer 20 +gaps outer 16 # Toggle large gaps -bindsym $mod+g gaps inner current set 36, gaps outer current set 60 -bindsym $mod+Shift+g gaps inner current set 12, gaps outer current set 20 +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 16 ### Fixes # diff --git a/.config/waybar/config b/.config/waybar/config index f9b0ce4..c051ff2 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -118,8 +118,7 @@ "format-ethernet": "{ifname}: {ipaddr}/{cidr}", "format-linked": "{ifname} (No IP)", "format-disconnected": "⚠", - "format-alt": "{ipaddr}", - "on-click": "XDG_CURRENT_DESKTOP=GNOME gnome-control-center network" + "format-alt": "{ipaddr}" }, "pulseaudio": { "scroll-step": 1, // %, can be a float