AutoYADM commit: 2025-03-09 17:00:05
This commit is contained in:
parent
20f961bf49
commit
8fdd0336bf
2 changed files with 8 additions and 5 deletions
|
@ -180,12 +180,12 @@ scrollback-down-page=Control+Shift+d
|
||||||
# scrollback-end=none
|
# scrollback-end=none
|
||||||
clipboard-copy=Control+Shift+c XF86Copy
|
clipboard-copy=Control+Shift+c XF86Copy
|
||||||
clipboard-paste=Control+Shift+v XF86Paste
|
clipboard-paste=Control+Shift+v XF86Paste
|
||||||
# primary-paste=Shift+Insert
|
primary-paste=Shift+Insert
|
||||||
search-start=Control+Shift+r
|
search-start=Control+Shift+r
|
||||||
font-decrease=Control+Shift+j
|
font-decrease=Control+Shift+j
|
||||||
font-increase=Control+Shift+l
|
font-increase=Control+Shift+l
|
||||||
font-reset=Control+0 Control+KP_0
|
font-reset=Control+0 Control+KP_0
|
||||||
# spawn-terminal=none
|
spawn-terminal=Control+Shift+n
|
||||||
# minimize=none
|
# minimize=none
|
||||||
# maximize=none
|
# maximize=none
|
||||||
# fullscreen=none
|
# fullscreen=none
|
||||||
|
@ -193,9 +193,9 @@ font-reset=Control+0 Control+KP_0
|
||||||
# pipe-scrollback=[sh -c "xurls | fuzzel | xargs -r firefox"] none
|
# pipe-scrollback=[sh -c "xurls | fuzzel | xargs -r firefox"] none
|
||||||
# pipe-selected=[xargs -r firefox] none
|
# pipe-selected=[xargs -r firefox] none
|
||||||
pipe-command-output=[wl-copy] Control+Shift+y
|
pipe-command-output=[wl-copy] Control+Shift+y
|
||||||
# show-urls-launch=Control+Shift+o
|
show-urls-launch=Control+Shift+o
|
||||||
# show-urls-copy=none
|
show-urls-copy=Control+Mod1+Shift+o
|
||||||
# show-urls-persistent=none
|
show-urls-persistent=Control+Mod1+Shift+p
|
||||||
prompt-prev=Control+Shift+z
|
prompt-prev=Control+Shift+z
|
||||||
prompt-next=Control+Shift+x
|
prompt-next=Control+Shift+x
|
||||||
unicode-input=Control+Shift+i
|
unicode-input=Control+Shift+i
|
||||||
|
|
|
@ -728,6 +728,9 @@ binds {
|
||||||
Mod+Tab {
|
Mod+Tab {
|
||||||
spawn "~/scripts/niri/window-picker.py"
|
spawn "~/scripts/niri/window-picker.py"
|
||||||
}
|
}
|
||||||
|
Mod+semicolon {
|
||||||
|
spawn "~/scripts/foot-command.py"
|
||||||
|
}
|
||||||
// Applications such as remote-desktop clients and software KVM switches may
|
// Applications such as remote-desktop clients and software KVM switches may
|
||||||
// request that niri stops processing the keyboard shortcuts defined here
|
// request that niri stops processing the keyboard shortcuts defined here
|
||||||
// so they may, for example, forward the key presses as-is to a remote machine.
|
// so they may, for example, forward the key presses as-is to a remote machine.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue