aboutsummaryrefslogtreecommitdiff
path: root/gui/conf/niri.kdl
diff options
context:
space:
mode:
Diffstat (limited to 'gui/conf/niri.kdl')
-rw-r--r--gui/conf/niri.kdl18
1 files changed, 17 insertions, 1 deletions
diff --git a/gui/conf/niri.kdl b/gui/conf/niri.kdl
index e09fe68..3e74475 100644
--- a/gui/conf/niri.kdl
+++ b/gui/conf/niri.kdl
@@ -97,11 +97,26 @@ window-rule {
window-rule {
match app-id="^blender$"
- match app-id="^gimp"
+ match app-id="^gimp$"
default-column-width { proportion 1.0; }
}
+window-rule {
+ match title="\\*\\*Capture\\*\\*"
+ open-floating true
+ open-focused true
+ focus-ring {
+ off
+ }
+ shadow {
+ on
+ spread 8
+ softness 50
+ color "#909636"
+ }
+}
+
binds {
Mod+F1 { show-hotkey-overlay; }
@@ -110,6 +125,7 @@ binds {
Mod+Return { spawn "kitty"; }
Mod+Shift+Return { spawn "emacsclient" "-c"; }
+ Mod+numbersign { spawn "org-capture-todo"; }
Mod+Space { spawn "rofi" "-show" "combi"; }
Ctrl+Alt+L { spawn "swaylock" "--color" "#000000"; }