update to use i3 instead of openbox
All checks were successful
Build Docker Image on Commit / build-and-publish (push) Successful in 29s

This commit is contained in:
Merith 2025-06-05 04:38:43 +00:00
parent eb937f0aab
commit b46f9fccce
3 changed files with 67 additions and 27 deletions

29
i3.config Normal file
View file

@ -0,0 +1,29 @@
set $mod Mod1
# Terminal
bindsym $mod+Return exec xterm
# Restart i3 inplace (preserves layout/session)
bindsym $mod+Shift+r restart
# Workspace switching (workspaces 1 to 4)
bindsym $mod+1 workspace 1
bindsym $mod+2 workspace 2
bindsym $mod+3 workspace 3
# Move focused container to workspace
bindsym $mod+Shift+1 move container to workspace 1
bindsym $mod+Shift+2 move container to workspace 2
bindsym $mod+Shift+3 move container to workspace 3
focus_follows_mouse no
# Set default layout tabbed
workspace_layout tabbed
exec /entrypoint.sh
bar {
position top
status_command i3status
}