From 0f8bb001aef63ecf1a0b942d52fac047de56772d Mon Sep 17 00:00:00 2001 From: Xander Swan Date: Wed, 3 Dec 2025 10:00:41 -0500 Subject: RAGH --- .config/i3/config | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to '.config/i3/config') 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" -- cgit v1.3-2-g0d8e