This is a temporary repository for the "Lings Linux" Organization on GitHub, I myself am a part of it, I'm in charge of making this Window Manager for X11/XWayland, but since GitHub doesn't want to connect to my IDE and git won't push my code I'm going to post it here (temporarily)
- create your config directory and file: ~/.config/novawm/novawm.conf
- and you are basically done
master_factor = 0.5
border_width = 2
border_color_active = 0x00ff00
border_color_inactive = 0x222222
gaps_inner = 0
gaps_outer = 0
focus_follows_mouse = false
exec-once = picom --experimental-backends
# exec-once = polybar mybar
bind = SUPER, Return, spawn, kitty
bind = SUPER, Q, killactive
bind = SUPER, F, togglefloating
bind = SUPER, J, focusnext
bind = SUPER, K, focusprev
bind = SUPER, H, shrink
bind = SUPER, L, grow
bind = SUPER SHIFT, E, quit
## workspaces
bind = SUPER, 1, workspace, 1
bind = SUPER, 2, workspace, 2
bind = SUPER, 3, workspace, 3
bind = SUPER, 4, workspace, 4
bind = SUPER, 5, workspace, 5
bind = SUPER, 6, workspace, 6
bind = SUPER, 7, workspace, 7
bind = SUPER, 8, workspace, 8
bind = SUPER, 9, workspace, 9
bind = SUPER, 0, workspace, 10