Compare commits

..

2 Commits

Author SHA1 Message Date
f70b115dd1 misc niri config update. 2025-12-04 02:55:04 +08:00
4e61fd5b6b cron (x) systemd timer (o) user generic template.
basically hrs, weeks, months.
2025-12-04 02:54:24 +08:00

View File

@@ -119,9 +119,9 @@ layout {
}
}
hotkey-overlay {
skip-at-startup
hide-not-bound
overview {
backdrop-color "#26233a"
zoom 0.5
}
layer-rule {
@@ -129,26 +129,6 @@ layer-rule {
place-within-backdrop true
}
overview {
backdrop-color "#26233a"
zoom 0.5
}
switch-events {
lid-close { spawn "bash" "-c" "swaylock" "&&" "systemctl" "suspend"; }
}
gestures {
hot-corners {
off
}
}
prefer-no-csd
screenshot-path "~/.tmp/Screenshots/%Y-%m-%d %H-%M-%S.png"
// screenshot-path null
animations {
// off
@@ -268,11 +248,27 @@ environment {
ELECTRON_OZONE_PLATFORM_HINT "auto"
}
hotkey-overlay {
skip-at-startup
hide-not-bound
}
gestures {
hot-corners {
off
}
}
prefer-no-csd
screenshot-path "~/.tmp/Screenshots/%Y-%m-%d %H-%M-%S.png"
// screenshot-path null
binds {
Mod+F1 { show-hotkey-overlay; }
Mod+Return hotkey-overlay-title="Terminal (foot)" { spawn "foot"; }
Mod+F9 hotkey-overlay-title="Browser (firefox)" { spawn "firefox"; }
Mod+F9 hotkey-overlay-title="Browser (firefox)" { spawn "ykrun" "firefox"; }
Mod+E hotkey-overlay-title="Explorer (yazi)" { spawn "foot" "yazi"; }
//Shift+Mod+Return hotkey-overlay-title="Steam" { spawn "steam"; }