add hellwm

This commit is contained in:
EdenQwQ 2025-03-26 22:30:55 +08:00
parent fcaaafafca
commit 0a0b350b3a
8 changed files with 89 additions and 13 deletions

View file

@ -43,6 +43,10 @@ in
(niriAction "super + {_, shift +} {minus, equal}" "set-{column\\-width, window\\-height} \"{\\-, +}10%\"")
(niriAction "{ctrl +, alt +} print" "screenshot-{screen, window}")
(niriAction "print" "screenshot")
{
key = "super + ctrl + c";
command = "niri msg pick-color | grep Hex | sd 'Hex: ' '' | sd '\\n' '' | wl-copy";
}
];
};
}