diff options
| author | Adrian Kummerlaender | 2025-10-26 14:08:18 +0100 |
|---|---|---|
| committer | Adrian Kummerlaender | 2025-10-26 14:08:18 +0100 |
| commit | 69e28944ab4f34eacf428a85c3a75ae442f52b1a (patch) | |
| tree | 78f1cc0887e297508614af2c03028a73d3fbe8a4 /gui/conf/niri.kdl | |
| parent | 7b11a3c50d4451840a236626e3b968ae238d5cbf (diff) | |
| download | nixos_home-69e28944ab4f34eacf428a85c3a75ae442f52b1a.tar nixos_home-69e28944ab4f34eacf428a85c3a75ae442f52b1a.tar.gz nixos_home-69e28944ab4f34eacf428a85c3a75ae442f52b1a.tar.bz2 nixos_home-69e28944ab4f34eacf428a85c3a75ae442f52b1a.tar.lz nixos_home-69e28944ab4f34eacf428a85c3a75ae442f52b1a.tar.xz nixos_home-69e28944ab4f34eacf428a85c3a75ae442f52b1a.tar.zst nixos_home-69e28944ab4f34eacf428a85c3a75ae442f52b1a.zip | |
emacs/niri: Add convenient capture shortcutwayland
Diffstat (limited to 'gui/conf/niri.kdl')
| -rw-r--r-- | gui/conf/niri.kdl | 18 |
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"; } |
