From 8557f7b7a3915112026784f37f0ddef5866767fa Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Fri, 21 Mar 2025 13:45:08 -0400 Subject: [PATCH] AutoYADM commit: 2025-03-21 13:45:08 --- .config/niri/config.kdl##hostname.dbox | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/.config/niri/config.kdl##hostname.dbox b/.config/niri/config.kdl##hostname.dbox index 2b748fca..d5c147b9 100644 --- a/.config/niri/config.kdl##hostname.dbox +++ b/.config/niri/config.kdl##hostname.dbox @@ -166,7 +166,11 @@ layout { // which may be more convenient to use. // See the binds section below for more spawn examples. // spawn-at-startup "alacritty" "-e" "fish" -spawn-at-startup "dunst" "&" +// spawn-at-startup "dunst" "&" +// spawn-at-startup "dunst" "&" +spawn-at-startup "systemctl" "--user" "restart" "blueman-applet.service" +spawn-at-startup "systemctl" "--user" "restart" "blueman-manager.service" +spawn-at-startup "systemctl" "--user" "restart" "waybar" spawn-at-startup "xwayland-satellite" // Uncomment this line to ask the clients to omit their client-side decorations if possible. // If the client will specifically ask for CSD, the request will be honored. @@ -720,16 +724,16 @@ binds { screenshot-window } Mod+Alt+S { - spawn "~/dev/niri-recorder/recorder.sh" "screen" + spawn "~/dev/wayland-utils/recorder/recorder.sh" "screen" } Mod+Shift+Alt+S { - spawn "~/dev/niri-recorder/recorder.sh" "region" + spawn "~/dev/wayland-utils/recorder/recorder.sh" "region" } Mod+Tab { - spawn "~/scripts/niri/window-picker.py" + spawn "~/dev/wayland-utils/niri-switcher/window-picker.py" } Mod+semicolon { - spawn "~/scripts/foot-command.py" + spawn "~/dev/wayland-utils/foot/foot-command.py" } Mod+P { spawn "clipcat-menu"