AutoYADM commit: 2025-04-24 17:30:06

This commit is contained in:
Daniel Fichtinger 2025-04-24 17:30:06 -04:00
parent 6bb8416099
commit b4caa3e2b5
2 changed files with 10 additions and 7 deletions

View file

@ -637,7 +637,7 @@ binds {
// Alternatively, there are commands to move just a single window:
// Mod+Ctrl+1 { move-window-to-workspace 1; }
// Switches focus between the current and the previous workspace.
Alt+Tab {
Mod+Tab {
focus-workspace-previous
}
// Adapt the sway-window-switcher and bind it here
@ -742,7 +742,7 @@ binds {
Mod+Shift+Alt+S {
spawn "~/dev/wayland-utils/recorder/recorder.sh" "region"
}
Mod+Tab {
Mod+Escape {
spawn "~/dev/wayland-utils/niri-switcher/window-picker.py"
}
Mod+semicolon {
@ -759,7 +759,7 @@ binds {
//
// The allow-inhibiting=false property can be applied to other binds as well,
// which ensures niri always processes them, even when an inhibitor is active.
Mod+Escape allow-inhibiting=false {
Mod+Ctrl+Escape allow-inhibiting=false {
toggle-keyboard-shortcuts-inhibit
}
// The quit action will show a confirmation dialog to avoid accidental exits.