summaryrefslogtreecommitdiff
path: root/.config/sway/config
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2024-10-11 14:31:59 +0200
committerMarc Vertes <mvertes@free.fr>2024-10-11 14:31:59 +0200
commit37a8db745c42e174a33ef516d1af0071cd02f67c (patch)
treeef177a5d9634264ff36a3e0bf9db9fae9aab3cec /.config/sway/config
parentb8892161449e644c114b956b6002af894f3e5f3f (diff)
.vimrc: re-enable gopls for vim-go
Diffstat (limited to '.config/sway/config')
-rw-r--r--.config/sway/config9
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:
#