remove swayidle, noctalia handles idle

This commit is contained in:
2026-06-19 23:34:49 +02:00
parent 7c6eaf22e3
commit 05e7e6939c
2 changed files with 4 additions and 2 deletions
+4 -1
View File
@@ -65,7 +65,7 @@ spawn-at-startup "lxqt-policykit-agent"
spawn-at-startup "sh" "-c" "sleep 1 && ~/.local/bin/wallpaper.sh" spawn-at-startup "sh" "-c" "sleep 1 && ~/.local/bin/wallpaper.sh"
// spawn-at-startup "waybar" // spawn-at-startup "waybar"
spawn-at-startup "noctalia-shell" spawn-at-startup "noctalia-shell"
spawn-at-startup "swayidle" "-w" "timeout" "300" "swaylock -f -c 0a0a0a && ~/.local/bin/wallpaper.sh" "timeout" "600" "niri msg action power-off-monitors; wpctl set-mute @DEFAULT_AUDIO_SINK@ 1" "resume" "niri msg action power-on-monitors; wpctl set-mute @DEFAULT_AUDIO_SINK@ 0" "before-sleep" "swaylock -f -c 0a0a0a"
binds { binds {
Mod+Return { spawn "footclient"; } Mod+Return { spawn "footclient"; }
@@ -133,3 +133,6 @@ binds {
Mod+Shift+S hotkey-overlay-title="Screenshot region to clipboard" { spawn "sh" "-c" "grim -l 0 -g \"$(slurp)\" - | wl-copy"; } Mod+Shift+S hotkey-overlay-title="Screenshot region to clipboard" { spawn "sh" "-c" "grim -l 0 -g \"$(slurp)\" - | wl-copy"; }
Mod+Alt+S hotkey-overlay-title="Screenshot region → annotate → save" { spawn "sh" "-c" "mkdir -p ~/Pictures/Screenshots && grim -l 0 -g \"$(slurp)\" - | satty --filename - --output-filename ~/Pictures/Screenshots/$(date +\"%Y-%m-%d_%H-%M-%S\").png"; } Mod+Alt+S hotkey-overlay-title="Screenshot region → annotate → save" { spawn "sh" "-c" "mkdir -p ~/Pictures/Screenshots && grim -l 0 -g \"$(slurp)\" - | satty --filename - --output-filename ~/Pictures/Screenshots/$(date +\"%Y-%m-%d_%H-%M-%S\").png"; }
} }
include "./noctalia.kdl"
-1
View File
@@ -66,7 +66,6 @@ in
satty satty
wlogout wlogout
swaylock swaylock
swayidle
brightnessctl brightnessctl
awww awww
lxqt.lxqt-policykit lxqt.lxqt-policykit