This commit is contained in:
2026-08-01 20:30:16 +01:00
parent 21fe0c40e9
commit 4730500788
2 changed files with 21 additions and 5 deletions

View File

@@ -58,3 +58,14 @@ bindsym $mod+Shift+p move container to workspace number 10
# Logout menu
bindsym $mod+Shift+a exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -B 'Yes, exit i3' 'i3-msg exit'"
# Reload
bindsym $mod+Shift+r reload
# Drag windows with titlebar
tiling_drag modifier titlebar
# Bar
bar {
status_command i3status
}