diff options
Diffstat (limited to '.config/sway')
| -rw-r--r-- | .config/sway/config | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/.config/sway/config b/.config/sway/config index 8246156..1227919 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -88,7 +88,7 @@ bindswitch lid:on exec swaylock -c "#103040" bindsym $mod+Return exec $term # Kill focused window - bindsym $mod+Shift+q kill + bindsym $mod+q kill # Start your launcher bindsym $mod+d exec $menu @@ -175,8 +175,8 @@ bindswitch lid:on exec swaylock -c "#103040" bindsym $mod+v splitv # Switch the current container between different layout styles - bindsym $mod+s layout stacking - bindsym $mod+w layout tabbed + # bindsym $mod+s layout stacking + # bindsym $mod+w layout tabbed bindsym $mod+e layout toggle split # Make the current focus fullscreen @@ -227,6 +227,9 @@ mode "resize" { } bindsym $mod+r mode "resize" +# Floating windows +for_window [title="About Mozilla Firefox"] floating enable + # # Status Bar: # |
