base-vnc/i3.config
Merith f9c58ca098
All checks were successful
Build Docker Image on Commit / build-and-publish (push) Successful in 10s
Build and Publish Docker Image on Tag / build-and-publish (push) Successful in 8s
make it smol.
nuked the VNC server as that added, i shit ye not, 350mb
2025-06-05 05:26:41 +00:00

32 lines
652 B
Text

set $mod Mod1
# Terminal
bindsym $mod+Return exec xterm
# Restart i3 inplace (preserves layout/session)
bindsym $mod+Shift+r restart
# Close active window
bindsym $mod+Shift+q kill
# 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
}