feat: ghostty module, noctalia dock, sync bar/theme config, global scroll fix
This commit is contained in:
@@ -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"; }
|
||||
|
||||
Reference in New Issue
Block a user