dev: automated commit
This commit is contained in:
parent
29eb7780bd
commit
20eb437d32
7 changed files with 59 additions and 56 deletions
|
|
@ -15,9 +15,9 @@ binds {
|
|||
|
||||
XF86AudioMicMute allow-when-locked=true { spawn-sh "wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle"; }
|
||||
|
||||
Mod+O repeat=false { toggle-overview; }
|
||||
// Mod+O repeat=false { toggle-overview; }
|
||||
Mod+Escape repeat=false { toggle-overview; }
|
||||
|
||||
Mod+Q repeat=false { close-window; }
|
||||
Mod+MouseMiddle { close-window; }
|
||||
|
||||
Mod+Left { focus-column-left; }
|
||||
|
|
@ -141,6 +141,6 @@ binds {
|
|||
|
||||
Mod+P { spawn-sh "rm -f /tmp/screenshot.png && niri msg action screenshot --show-pointer=false && for i in $(seq 1 100); do [ -f /tmp/screenshot.png ] && break; sleep 0.05; done && [ -f /tmp/screenshot.png ] && swappy -f /tmp/screenshot.png"; }
|
||||
|
||||
Mod+Escape allow-inhibiting=false { toggle-keyboard-shortcuts-inhibit; }
|
||||
// Mod+Escape allow-inhibiting=false { toggle-keyboard-shortcuts-inhibit; }
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -25,3 +25,10 @@ input {
|
|||
focus-follows-mouse max-scroll-amount="0%"
|
||||
}
|
||||
|
||||
|
||||
gestures {
|
||||
hot-corners {
|
||||
off
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue