From 35380cffe9909c00370a355525e0259dec20cbbf Mon Sep 17 00:00:00 2001 From: Salt Date: Wed, 27 Dec 2017 15:35:16 -0600 Subject: [PATCH] i3: Move stuff around in config --- .config/i3/config | 48 ++++++++++++++++++++++++----------------------- 1 file changed, 25 insertions(+), 23 deletions(-) diff --git a/.config/i3/config b/.config/i3/config index 36171b62..fa699a2a 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -6,26 +6,6 @@ ## Cosmetcs ################### -# Titlebar and borders -new_window pixel 4 -for_window [class=".*"] border pixel 4 - -# Plasma integration -exec --no-startup-id wmctrl -c Plasma -#for_window [title="Desktop — Plasma"] kill; floating enable; border none -for_window [class="krunner"] floating enable; border none -for_window [class="Kmix"] floating enable; border none -for_window [class="Klipper"] floating enable; border none -for_window [class="plasmashell"] floating enable; -#for_window [title="plasma-desktop"] floating enable; border none -for_window [class="Plasma"] floating enable; border none -for_window [class="Plasmoidviewer"] floating enable; border none -#for_window [title="win7"] floating enable; border none - -# i3-gaps configs -gaps inner 0 -gaps outer 0 - # Set up our colors # Note: fallbacks are copied from gruvbox-dark # Source: https://github.com/morhetz/gruvbox-generalized @@ -49,6 +29,31 @@ set_from_resource $purple2 color13 #d3869b set_from_resource $cyan2 color14 #8ec07c set_from_resource $fg color15 #ebdbb2 +# Set up titlebar and i3bar fonts +font pango:Wuncon Siji, xos4 Terminus 9 + +# Titlebar and borders +new_window pixel 4 +for_window [class=".*"] border pixel 4 +for_window [class=".*"] title_format "%title" +hide_edge_borders smart + +# Plasma integration +exec --no-startup-id wmctrl -c Plasma +#for_window [title="Desktop — Plasma"] kill; floating enable; border none +for_window [class="krunner"] floating enable; border none +for_window [class="Kmix"] floating enable; border none +for_window [class="Klipper"] floating enable; border none +for_window [class="plasmashell"] floating enable; +#for_window [title="plasma-desktop"] floating enable; border none +for_window [class="Plasma"] floating enable; border none +for_window [class="Plasmoidviewer"] floating enable; border none +#for_window [title="win7"] floating enable; border none + +# i3-gaps configs +gaps inner 0 +gaps outer 0 + # Apply colors to i3 # client.focused $blue2 $blue2 $bg $bgm $blue2 @@ -58,9 +63,6 @@ set_from_resource $fg color15 #ebdbb2 client.placeholder $purple2 $bg $purple2 $purple $bg client.background $bg -# Set up titlebar and i3bar fonts -font pango:xos4 Terminus 9 - ################### ## Statusbars and Daemons ###################