AutoYADM commit: 2025-03-17 16:25:15
This commit is contained in:
parent
a727fdae33
commit
884ba1197c
2 changed files with 11 additions and 8 deletions
|
@ -360,12 +360,12 @@ binds {
|
||||||
move-column-right
|
move-column-right
|
||||||
}
|
}
|
||||||
Mod+Shift+M {
|
Mod+Shift+M {
|
||||||
move-column-left
|
move-column-left-or-to-monitor-left
|
||||||
}
|
}
|
||||||
// Mod+Shift+N { move-window-down; }
|
// Mod+Shift+N { move-window-down; }
|
||||||
// Mod+Shift+E { move-window-up; }
|
// Mod+Shift+E { move-window-up; }
|
||||||
Mod+Shift+I {
|
Mod+Shift+I {
|
||||||
move-column-right
|
move-column-right-or-to-monitor-right
|
||||||
}
|
}
|
||||||
// Alternative commands that move across workspaces when reaching
|
// Alternative commands that move across workspaces when reaching
|
||||||
// the first or last window in a column.
|
// the first or last window in a column.
|
||||||
|
@ -717,16 +717,19 @@ binds {
|
||||||
screenshot-window
|
screenshot-window
|
||||||
}
|
}
|
||||||
Mod+Alt+S {
|
Mod+Alt+S {
|
||||||
spawn "~/dev/niri-recorder/recorder.sh" "screen"
|
spawn "~/dev/wayland-utils/recorder/recorder.sh" "screen"
|
||||||
}
|
}
|
||||||
Mod+Shift+Alt+S {
|
Mod+Shift+Alt+S {
|
||||||
spawn "~/dev/niri-recorder/recorder.sh" "region"
|
spawn "~/dev/wayland-utils/recorder/recorder.sh" "region"
|
||||||
}
|
}
|
||||||
Mod+Tab {
|
Mod+Tab {
|
||||||
spawn "~/scripts/niri/window-picker.py"
|
spawn "~/dev/wayland-utils/niri-switcher/window-picker.py"
|
||||||
}
|
}
|
||||||
Mod+semicolon {
|
Mod+semicolon {
|
||||||
spawn "~/scripts/foot-command.py"
|
spawn "~/dev/wayland-utils/foot/foot-command.py"
|
||||||
|
}
|
||||||
|
Mod+P {
|
||||||
|
spawn "clipcat-menu"
|
||||||
}
|
}
|
||||||
// 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
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
Videos /home/fic/Videos v
|
|
||||||
Videos /home/fic/Videos/ v
|
Videos /home/fic/Videos/ v
|
||||||
|
Videos /home/fic/Videos v
|
||||||
SyncDocuments /home/fic/SyncDocuments s
|
SyncDocuments /home/fic/SyncDocuments s
|
||||||
SyncDocuments /home/fic/SyncDocuments/ s
|
SyncDocuments /home/fic/SyncDocuments/ s
|
||||||
Pictures /home/fic/Pictures p
|
|
||||||
Pictures /home/fic/Pictures/ p
|
Pictures /home/fic/Pictures/ p
|
||||||
|
Pictures /home/fic/Pictures p
|
||||||
Downloads /home/fic/Downloads D
|
Downloads /home/fic/Downloads D
|
||||||
Downloads /home/fic/Downloads/ D
|
Downloads /home/fic/Downloads/ D
|
||||||
Documents /home/fic/Documents d
|
Documents /home/fic/Documents d
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue