···159159 // You can change how the focus ring looks.
160160 focus-ring {
161161 // Uncomment this line to disable the focus ring.
162162- // off
162162+ off
163163164164 // How many logical pixels the ring extends out from the windows.
165165 width 4
···195195 border {
196196 // The settings are the same as for the focus ring.
197197 // If you enable the border, you probably want to disable the focus ring.
198198- off
198198+ // off
199199200200 width 4
201201- active-color "#ffc87f"
202202- inactive-color "#505050"
201201+ active-color "#e06666"
202202+ inactive-color "#6f4da7"
203203204204 // Color of the border around windows that request your attention.
205205 urgent-color "#9b0000"
···354354}
355355356356window-rule {
357357- geometry-corner-radius 12
357357+ geometry-corner-radius 20
358358 clip-to-geometry true
359359}
360360···386386 Mod+D hotkey-overlay-title="Launcher" { spawn "noctalia-shell" "ipc" "call" "launcher" "toggle"; }
387387 Mod+Shift+D hotkey-overlay-title="Open (k)runner (backup runner)" { spawn "krunner"; }
388388 Alt+Space hotkey-overlay-title="Open Krun" { spawn "krunner"; }
389389- Mod+X hotkey-overlay-title="Clipboard" { spawn "noctalia-shell" "ipc" "call" "launcher" "clipboard"; }
389389+ Mod+V hotkey-overlay-title="Clipboard" { spawn "noctalia-shell" "ipc" "call" "launcher" "clipboard"; }
390390 Mod+Period hotkey-overlay-title="Emoji" { spawn "noctalia-shell" "ipc" "call" "launcher" "emoji"; }
391391392392 // You can also use a shell. Do this if you need pipes, multiple commands, etc.
···603603 Mod+Shift+Equal { set-window-height "+10%"; }
604604605605 // Move the focused window between the floating and the tiling layout.
606606- Mod+V { toggle-window-floating; }
607607- Mod+Shift+V { switch-focus-between-floating-and-tiling; }
606606+ Mod+X { toggle-window-floating; }
607607+ Mod+Shift+X { switch-focus-between-floating-and-tiling; }
608608609609 // Toggle tabbed column display mode.
610610 // Windows in this column will appear as vertical tabs,
+4-4
home/modules/wezterm.nix
···2727 config.window_background_opacity = 1.0
2828 config.font = wezterm.font('Maple Mono NF')
2929 config.window_padding = {
3030- left = 1,
3131- right = 1,
3232- top = 0,
3333- bottom = 0,
3030+ left = 5,
3131+ right = 5,
3232+ top = 5,
3333+ bottom = 5,
3434 }
3535 config.font_size = 9
3636 config.window_close_confirmation = 'NeverPrompt'