From bcf4e0f9547a4fc1a4e4e03e3cb1c4314f750daa Mon Sep 17 00:00:00 2001 From: Xander Swan Date: Wed, 3 Dec 2025 10:00:41 -0500 Subject: nvim --- .config/i3/config | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to '.config/i3/config') diff --git a/.config/i3/config b/.config/i3/config index 2a534fe..1b3d58f 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -29,14 +29,14 @@ bindsym XF86AudioPrev exec --no-startup-id playerctl previous && $refresh_i3stat bindsym Print exec --no-startup-id flameshot gui -floating_modifier $mod - for_window [class="love"] floating enable for_window [instance="Godot_Engine"] floating enable gaps outer 2 gaps inner 6 +floating_modifier $mod + tiling_drag modifier titlebar bindsym $mod+Return exec i3-sensible-terminal @@ -56,7 +56,6 @@ bindsym $mod+Shift+$up move up bindsym $mod+Shift+$right move right bindsym $mod+g split h - bindsym $mod+v split v bindsym $mod+f fullscreen toggle @@ -71,7 +70,6 @@ bindsym $mod+space focus mode_toggle bindsym $mod+b focus parent - set $ws1 "1" set $ws2 "2" set $ws3 "3" -- cgit v1.3-2-g0d8e