AutoYADM commit: 2025-03-21 13:45:08

This commit is contained in:
Daniel Fichtinger 2025-03-21 13:45:08 -04:00
parent 3e257648b0
commit 8557f7b7a3

View file

@ -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"