diff options
| author | Alec Goncharow <alec@goncharow.dev> | 2024-02-01 22:57:14 -0500 |
|---|---|---|
| committer | Alec Goncharow <alec@goncharow.dev> | 2024-02-01 22:57:14 -0500 |
| commit | e1085d7e6d3e0df80cca79cb468366f046e8cfed (patch) | |
| tree | 2db280924a473fa078b676a8a8be374e8d47f4c0 /.config/sway | |
| parent | eca35d6d822acba9bddec526ba95041880e20b67 (diff) | |
neovide is kinda cool
Diffstat (limited to '.config/sway')
| -rw-r--r-- | .config/sway/config | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/sway/config b/.config/sway/config index 947081a..b965ee7 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -28,6 +28,8 @@ floating_modifier $mod # start a terminal set $my-term alacritty 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 # kill focused window bindsym $mod+Shift+q exec --no-startup-id ~/bin/safequit @@ -225,6 +227,7 @@ for_window { [class="firefox"] border none [app_id="firefox"] border none [app_id="Alacritty"] border pixel 2 + [app_id="neovide"] border pixel 2 [class="steam"] border none [class="Godot"] floating enable [window_role="pop-up"] floating enable |
