mirror of
https://github.com/EdenQwQ/nixos.git
synced 2025-12-26 18:34:56 +08:00
spawn kitty using niri binds
This commit is contained in:
parent
e61d1d2faf
commit
603b1abbd1
2 changed files with 3 additions and 3 deletions
|
|
@ -39,6 +39,9 @@
|
|||
transform.rotation = value.rotation;
|
||||
background-color = base01;
|
||||
}) config.monitors;
|
||||
binds = with config.lib.niri.actions; {
|
||||
"Mod+Return".action = spawn "kitty";
|
||||
};
|
||||
window-rules = [
|
||||
{
|
||||
geometry-corner-radius = {
|
||||
|
|
|
|||
|
|
@ -5,9 +5,6 @@
|
|||
super + shift + r
|
||||
pkill -HUP swhkd
|
||||
|
||||
super + enter
|
||||
kitty -d /home/${user}
|
||||
|
||||
super + alt + c
|
||||
wl-color-picker
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue