Update .tmux.conf

Update .config/alacritty/alacritty.toml
Update .config/niri/binds.kdl
Update .config/niri/config.kdl
Update .config/niri/windowrules.kdl
Update .config/nvim/init.lua
This commit is contained in:
Lewis Wynne 2025-12-12 05:10:57 +00:00
parent 516e38c638
commit 924ebd5cb9
6 changed files with 14 additions and 59 deletions

View file

@ -18,7 +18,7 @@ binds {
Mod+S { spawn "dms" "ipc" "call" "notepad" "toggle"; }
Mod+Space { spawn "dms" "ipc" "call" "spotlight" "toggle"; }
Mod+Return { spawn "alacritty"; }
Mod+Return { spawn "ghostty"; }
Mod+F { spawn-sh "uwsm app -- nautilus --new-window"; }
Mod+B { spawn "chromium"; }
Mod+D { spawn "vesktop"; }