remove swayidle, noctalia handles idle
This commit is contained in:
@@ -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"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user