diff options
| author | ryukamish <[email protected]> | 2026-07-19 19:51:05 +0530 |
|---|---|---|
| committer | ryukamish <[email protected]> | 2026-07-19 19:51:05 +0530 |
| commit | 19bf143c6572e72b419e5c16739b331a5a8a37a1 (patch) | |
| tree | 1a3ef1d5a74c0c7b3d7a3b4c365dd46024909f88 | |
| parent | 1fb2bfe5fb84c70b469f16988d45c4e9655eec97 (diff) | |
adding gaps to sway and changing binary names for browsers
| -rw-r--r-- | .config/sway/config | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/sway/config b/.config/sway/config index c409030..5b727ca 100644 --- 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 |
