Minor edits.

This commit is contained in:
Derek Taylor
2026-01-16 19:17:41 -06:00
parent 0686141759
commit de844c811e
2 changed files with 9 additions and 9 deletions

View File

@@ -572,7 +572,7 @@
(eval-after-load 'org-indent '(diminish 'org-indent-mode))
(custom-set-faces
(custom-set-faces
'(org-level-1 ((t (:inherit outline-1 :height 1.7))))
'(org-level-2 ((t (:inherit outline-2 :height 1.6))))
'(org-level-3 ((t (:inherit outline-3 :height 1.5))))

View File

@@ -391,9 +391,9 @@ binds {
Mod+Shift+Return hotkey-overlay-title="Run launcher: rofi" { spawn "rofi" "-show" "drun" "-show-icons"; }
Mod+Alt+Minus hotkey-overlay-title="Lock screen: swaylock" { spawn "swaylock"; }
Mod+E hotkey-overlay-title="Open emacs" { spawn "emacsclient" "-c" "-a" "emacs"; }
Mod+W hotkey-overlay-title="Open browser: brave" { spawn "brave"; }
Mod+Shift+Q hotkey-overlay-title="Quit out of niri" { quit; }
// Use spawn-sh to run a shell command. Do this if you need pipes, multiple commands, etc.
// Note: the entire command goes as a single argument. It's passed verbatim to `sh -c`.
// For example, this is a standard bind to toggle the screen reader (orca).