diff options
| author | Alec Goncharow <alec@goncharow.dev> | 2025-04-20 15:46:33 -0400 |
|---|---|---|
| committer | Alec Goncharow <alec@goncharow.dev> | 2025-04-20 15:48:01 -0400 |
| commit | 973673083f215451b7674a22533b4e7dfdfb81fd (patch) | |
| tree | be7942cc9e98755edeb24427e4776b75e7485f73 /.config/sway/config | |
| parent | 78efc3eb493b40ad2f79408a47bb873b5eea9db0 (diff) | |
maybe useful
idk
Diffstat (limited to '.config/sway/config')
| -rw-r--r-- | .config/sway/config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/sway/config b/.config/sway/config index 271edd2..dcf3f92 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -26,7 +26,7 @@ font pango:Fira Mono 8 floating_modifier $mod # start a terminal -set $my-term alacritty +set $my-term ghostty bindsym $mod+Return exec --no-startup-id $my-term bindsym $mod+t exec --no-startup-id $my-term bindsym $mod+n exec --no-startup-id neovide '+Notes' @@ -227,6 +227,7 @@ for_window { [class="firefox"] border none [app_id="firefox"] border none [app_id="Alacritty"] border pixel 2 + [app_id="com.mitchellh.ghostty"] border pixel 2 [app_id="neovide"] border pixel 2 [class="steam"] border none [class="Godot"] floating enable |
