commit 19bf143c6572e72b419e5c16739b331a5a8a37a1
parent 1fb2bfe5fb84c70b469f16988d45c4e9655eec97
Author: ryukamish <[email protected]>
Date: Sun, 19 Jul 2026 19:51:05 +0530
adding gaps to sway and changing binary names for browsers
Diffstat:
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/.config/sway/config b/.config/sway/config
@@ -39,8 +39,8 @@ titlebar_padding 6 4
smart_gaps off
smart_borders off
-gaps inner 0
-gaps outer 0
+gaps inner 3
+gaps outer 3
focus_follows_mouse no
focus_on_window_activation smart
@@ -101,11 +101,11 @@ bindsym $mod+Space exec $menu
bindsym $mod+e exec $file_manager
# Open ungoogled chromium
-bindsym $mod+b exec /usr/bin/helium \
+bindsym $mod+b exec /usr/bin/helium-browser \
--enable-features=WebUIDarkMode \
--disable-features=WaylandFractionalScaleV1
-bindsym $mod+Shift+b exec /usr/bin/librewolf-bin
+bindsym $mod+Shift+b exec /usr/bin/librewolf
# Reload the configuration file
bindsym $mod+Shift+c reload