Elmord's Notes: i3-wm

Last modified: 2024-02-29 13:35 +0000

Various i3 config snippets

Enable drag-and-drop by the title bar

tiling_drag modifier titlebar

Minimal borders

default_border normal 1
default_floating_border normal 1
hide_edge_borders smart

Replace normal with pixel to hide the title bar in tiling mode. (The title bar still shows up in tabbed and stacked mode.)

Move window to under the window beside it

bindsym $mod+Ctrl+h     focus left; split v; focus right; move left
bindsym $mod+Ctrl+Left  focus left; split v; focus right; move left

bindsym $mod+Ctrl+l     focus right; split v; focus left; move right
bindsym $mod+Ctrl+Right focus right; split v; focus left; move right

Copyright © 2024 Vítor De Araújo

Unless stated otherwise, the content of this page is released under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International license.