aboutsummaryrefslogtreecommitdiff
path: root/.config/sway/config
diff options
context:
space:
mode:
Diffstat (limited to '.config/sway/config')
-rw-r--r--.config/sway/config17
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