add new keybind to niri -- round mako corners

This commit is contained in:
coast 2025-11-04 14:01:21 +03:30
parent b8eadbb3c8
commit 761b9be034
2 changed files with 2 additions and 0 deletions

View file

@ -4,6 +4,7 @@ background-color=#282828
text-color=#ebdbb2
border-color=#3c3836
progress-color=over #3c3836
border-radius=8
[urgency=low]
border-color=#458588

View file

@ -111,6 +111,7 @@ binds {
Mod+Shift+Slash { show-hotkey-overlay; }
Mod+Return hotkey-overlay-title="Open a Terminal: wezterm" { spawn "wezterm"; }
Mod+R hotkey-overlay-title="Run an Application: rofi" { spawn-sh "rofi -show drun -config ~/.config/rofi/gruvbox.rasi"; }
Mod+Shift+Return hotkey-overlay-title="Run an application: rofi (run)" { spawn-sh "rofi -show run -config ~/.config/rofi/gruvbox.rasi"; }
Super+Alt+L hotkey-overlay-title="Lock the Screen: swaylock" { spawn "swaylock"; }
Super+Alt+S allow-when-locked=true hotkey-overlay-title=null { spawn-sh "pkill orca || exec orca"; }