diff options
| author | Xander Swan <email> | 2025-12-03 10:00:41 -0500 |
|---|---|---|
| committer | Xander Swan <email> | 2025-12-03 10:00:41 -0500 |
| commit | bcf4e0f9547a4fc1a4e4e03e3cb1c4314f750daa (patch) | |
| tree | bbce6030cd8def08f4d47d10ef49e38caefda964 /.config/i3/config | |
| parent | c11a0db97fad18db098447522bc0c2db3bfae071 (diff) | |
nvim
Diffstat (limited to '.config/i3/config')
| -rw-r--r-- | .config/i3/config | 6 |
1 files changed, 2 insertions, 4 deletions
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" |
