mirror of
https://github.com/EdenQwQ/nixos.git
synced 2026-02-22 12:55:33 +08:00
add fractal; try niri overview
This commit is contained in:
parent
8424d690c1
commit
fda4391c57
4 changed files with 10 additions and 4 deletions
|
|
@ -44,6 +44,10 @@ in
|
|||
(niriAction "super + alt + {h, j, k, l}" "move-floating-window -{x \\-10, y +10, y \\-10, x +10}")
|
||||
(niriAction "{ctrl +, alt +} print" "screenshot-{screen, window}")
|
||||
(niriAction "print" "screenshot")
|
||||
(niriAction "super + w" "toggle-overview")
|
||||
(niriAction "super + alt + m" "set-dynamic-cast-monitor")
|
||||
(niriAction "super + alt + w" "set-dynamic-cast-window")
|
||||
(niriAction "super + alt + n" "clear-dynamic-cast-target")
|
||||
{
|
||||
key = "super + ctrl + c";
|
||||
command = "niri msg pick-color | grep Hex | sd 'Hex: ' '' | sd '\\n' '' | wl-copy";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue