diff options
Diffstat (limited to '.config/i3/config')
| -rw-r--r-- | .config/i3/config | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/.config/i3/config b/.config/i3/config index 3f35669..f2cf078 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -32,13 +32,9 @@ bindsym Print exec --no-startup-id flameshot gui for_window [class="love"] floating enable for_window [instance="Godot_Engine"] floating enable -for_window [class="steam"] floating enable -gaps outer 0 -gaps inner 2 - -# default_border pixel 2 -# default_floating_border pixel 2 +default_border pixel 2 +default_floating_border pixel 2 floating_modifier $mod @@ -126,9 +122,9 @@ bindsym $mod+Shift+r restart bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -B 'Yes, exit i3' 'i3-msg exit'" # class border backgr. text indicator child_border -client.focused #ff3399 #ff3399 #ffffff #2e9ef4 #ff3399 -client.focused_inactive #333333 #333333 #999999 #484e50 #333333 -client.unfocused #000000 #000000 #999999 #292d2e #000000 +client.focused #ffffff #ffffff #000000 #ffffff #ffffff +client.focused_inactive #222222 #222222 #CACACA #ffffff #222222 +client.unfocused #000000 #000000 #CACACA #ffffff #000000 client.urgent #ff0000 #ff0000 #000000 #900000 #ffff00 client.placeholder #000000 #0c0c0c #ffffff #000000 #0c0c0c client.background #ffffff |
