feat: ghostty module, noctalia dock, sync bar/theme config, global scroll fix

This commit is contained in:
2026-08-17 00:46:12 +07:00
parent 59624cad0a
commit b9aeb8bbd5
7 changed files with 98 additions and 35 deletions
+2 -2
View File
@@ -38,7 +38,7 @@ input {
natural-scroll
// accel-speed 0.2
accel-profile "flat"
scroll-factor 1.0
scroll-factor 0.3
// scroll-method "two-finger"
// disabled-on-external-mouse
}
@@ -364,7 +364,7 @@ binds {
Mod+Shift+Slash { show-hotkey-overlay; }
// Suggested binds for running programs: terminal, app launcher, screen locker.
Mod+T hotkey-overlay-title="Open a Terminal: kitty" { spawn "kitty"; }
Mod+T hotkey-overlay-title="Open a Terminal: ghostty" { spawn "ghostty"; }
Mod+Space hotkey-overlay-title="Noctalia: Launcher" { spawn "noctalia-ipc" "panel-toggle" "launcher"; }
Mod+S hotkey-overlay-title="Noctalia: Control Center" { spawn "noctalia-ipc" "panel-toggle" "control-center"; }
Super+Alt+L hotkey-overlay-title="Noctalia: Lock" { spawn "noctalia-ipc" "session" "lock"; }