aboutsummaryrefslogtreecommitdiff
path: root/.config/i3/config
diff options
context:
space:
mode:
authorXander Swan <email>2025-12-03 10:00:41 -0500
committerXander Swan <email>2025-12-03 10:00:41 -0500
commit0f8bb001aef63ecf1a0b942d52fac047de56772d (patch)
tree4580dc531ac50338d5475beeb703893aac260c12 /.config/i3/config
parent35a18c1d980eba6c9401465901c25229552b294f (diff)
RAGH
Diffstat (limited to '.config/i3/config')
-rw-r--r--.config/i3/config10
1 files changed, 4 insertions, 6 deletions
diff --git a/.config/i3/config b/.config/i3/config
index f7f62c9..982dea7 100644
--- a/.config/i3/config
+++ b/.config/i3/config
@@ -36,7 +36,6 @@ for_window [instance="Godot_Engine"] floating enable
tiling_drag modifier titlebar
bindsym $mod+Return exec i3-sensible-terminal
-bindsym $mod+b exec librewolf
bindsym $mod+Shift+q kill
@@ -59,15 +58,15 @@ bindsym $mod+v split v
bindsym $mod+f fullscreen toggle
-bindsym $mod+s layout stacking
+bindsym $mod+y layout stacking
bindsym $mod+w layout tabbed
-bindsym $mod+e layout toggle split
+bindsym $mod+p layout toggle split
bindsym $mod+Shift+space floating toggle
bindsym $mod+space focus mode_toggle
-bindsym $mod+a focus parent
+bindsym $mod+b focus parent
set $ws1 "1"
@@ -125,8 +124,7 @@ client.background #ffffff
mode "resize" {
bindsym $left resize shrink width 10 px or 10 ppt
- bindsym $up resize grow height 10 px or 10 ppt
- bindsym $down resize shrink height 10 px or 10 ppt
+ bindsym $up resize grow height 10 px or 10 ppt bindsym $down resize shrink height 10 px or 10 ppt
bindsym $right resize grow width 10 px or 10 ppt
bindsym Return mode "default"