diff options
Diffstat (limited to '.config/i3/config##template')
| -rw-r--r-- | .config/i3/config##template | 14 | 
1 files changed, 2 insertions, 12 deletions
| diff --git a/.config/i3/config##template b/.config/i3/config##template index 2af8c10..fec43f9 100644 --- a/.config/i3/config##template +++ b/.config/i3/config##template @@ -1,23 +1,13 @@  # variables  set $mod Mod4 -{% if yadm.hostname == "thoncc" %}  set $inner_gaps 8 -{% else %} -set $inner_gaps 10 -{% endif %}  set $outer_gaps 0  # set gaps  gaps inner $inner_gaps  gaps outer $outer_gaps -# border color -client.focused          #262427 #262427 #fdf9f7 #262427 #262427 -client.focused_inactive #121213 #121213 #fdf9f7 #121213 #121213 -client.unfocused        #121213 #121213 #fdf9f7 #121213 #121213 -client.urgent           #121213 #de9dac #fdf9f7 #de9dac #de9dac -client.placeholder      #000000 #0c0c0c #fdf9f7 #121213 #121213 -client.background       #f9ece8 +include color.conf  # Replace window decorations with a border  for_window [class=".*"] border pixel 0 @@ -89,7 +79,7 @@ for_window [class="steam"] floating enable  for_window [class="RAIL"] floating enable  for_window [class="Conky"] floating enable  for_window [title="Farge"] floating enable -for_window [title="^\[floating\].*"] floating enable +for_window [title="^\[floating\].*" tiling_from=auto] floating enable  for_window [window_type=notification] floating enable  for_window [title="JidePopup"] floating enable |