AutoYADM commit: 2025-04-01 12:55:18

This commit is contained in:
Daniel Fichtinger 2025-04-01 12:55:18 -04:00
parent 122bced43d
commit 2e8d260db8

View file

@ -162,8 +162,7 @@ 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" "start" "blueman-applet.service"
// spawn-at-startup "systemctl" "--user" "restart" "blueman-manager.service"
// spawn-at-startup "systemctl" "--user" "restart" "waybar"
@ -647,12 +646,12 @@ binds {
Mod+R {
switch-preset-column-width
}
Mod+Shift+R {
switch-preset-window-height
}
Mod+Ctrl+R {
reset-window-height
}
// Mod+Shift+R {
// switch-preset-window-height
// }
// Mod+Ctrl+R {
// reset-window-height
// }
Mod+F {
maximize-column
}