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"; }

View file

@ -6,6 +6,7 @@ include "binds.kdl"
include "windowrules.kdl"
include "startup.kdl"
include "recentwindows.kdl"
include "dms/colors.kdl"
environment {
QT_QPA_PLATFORM "wayland"
@ -29,11 +30,6 @@ layout {
}
border {
width 2
active-color "#ffc87f"
inactive-color "#505050"
urgent-color "#9b0000"
active-gradient from="#e5989b" to="#ffb4a2" angle=45 relative-to="workspace-view" in="oklch longer hue"
inactive-gradient from="#505050" to="#808080" angle=45 relative-to="workspace-view"
}
tab-indicator {
hide-when-single-tab
@ -49,13 +45,10 @@ layout {
softness 3
spread 1
offset x=3 y=3
color "#0007"
}
struts {
left 24
right 24
//top -4
// bottom 64
left 16
right 16
}
}

View file

@ -4,12 +4,12 @@ window-rule {
window-rule {
match is-focused=false
opacity 0.9
opacity 0.86
}
window-rule {
match is-focused=true
opacity 0.97
opacity 0.95
}
window-rule {