diff options
| author | Alec Goncharow <alec@goncharow.dev> | 2024-01-09 14:28:13 -0500 |
|---|---|---|
| committer | Alec Goncharow <alec@goncharow.dev> | 2024-01-09 14:28:13 -0500 |
| commit | 36b5ac02b91ffc4d6901c5031b0f73b57e334f70 (patch) | |
| tree | c6488da4e48d376da28579ce40a57321cc15cadb /.config/sway | |
| parent | 67d40a9139547bb61fe3aacb54491b6e40a3cab8 (diff) | |
yak shaving
much to do about nothing, outlines from lspsage, some matching, some
tpope plugins, flailing sql things
might be too bloated but let's try it
Diffstat (limited to '.config/sway')
| -rw-r--r-- | .config/sway/config | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/.config/sway/config b/.config/sway/config index 988aa33..e9d8861 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -153,10 +153,10 @@ mode "resize" { # Pressing right will grow the window’s width. # Pressing up will shrink the window’s height. # Pressing down will grow the window’s height. - bindsym j resize shrink width 10 px or 10 ppt - bindsym k resize grow height 10 px or 10 ppt - bindsym l resize shrink height 10 px or 10 ppt - bindsym semicolon resize grow width 10 px or 10 ppt + bindsym h resize shrink width 10 px or 10 ppt + bindsym j resize grow height 10 px or 10 ppt + bindsym k resize shrink height 10 px or 10 ppt + bindsym l resize grow width 10 px or 10 ppt # same bindings, but for the arrow keys bindsym Left resize shrink width 10 px or 10 ppt @@ -169,13 +169,11 @@ mode "resize" { bindsym Escape mode "default" bindsym $mod+r mode "default" } - bindsym $mod+r mode "resize" mode "dota" { bindsym $mod+o mode "default" } - bindsym $mod+o mode "dota" # Walpaper @@ -223,6 +221,7 @@ gaps outer 0 for_window { [class="firefox"] border none [app_id="firefox"] border none + [app_id="Alacritty"] border pixel 2 [class="steam"] border none [class="Godot"] floating enable [window_role="pop-up"] floating enable @@ -232,9 +231,9 @@ for_window { } #client.<class> <border> <background> <text> <indicator> <child_border> -client.focused "#d0f0c0" "#d0f0c0" "#2b2b2b" "#888888" "#000000" -client.focused_inactive "#23242a" "#2b2b2b" "#888888" "#000000" "#000000" -client.unfocused "#2c2c2c" "#2b2b2b" "#888888" "#000000" "#000000" +client.focused "#d0f0c0" "#d0f0c0" "#2b2b2b" "#888888" "#d0f0c0" +client.focused_inactive "#23242a" "#2b2b2b" "#888888" "#000000" "#2b2b2b" +client.unfocused "#2c2c2c" "#2b2b2b" "#888888" "#000000" "#2c2c2c" # A lock command used in several places # set $lock_script ~/bin/pretty-lock |
