i3: Polish up, don't start Conspiracy on its own

This commit is contained in:
Salt 2018-10-12 01:43:40 -05:00
parent c418aca95a
commit 70330ae98d

View File

@ -31,8 +31,8 @@ set $w8 8
# Set up our colors
# Note: fallbacks are copied from gruvbox-dark
# Source: https://github.com/morhetz/gruvbox-generalized
set_from_resource $bg background #1d2021
set_from_resource $bgm bg2 #282828
set_from_resource $bg background #282828
set_from_resource $bgm bg2 #3c3836
set_from_resource $bg_soft bg3 #32302f
set_from_resource $black color0 #282828
set_from_resource $red color1 #cc241d
@ -79,17 +79,11 @@ gaps outer 0
# <colorclass> <border> <backgrd> <text> <indicator> <child_border>
client.focused $blue2 $blue2 $bg $bgm $blue2
client.focused_inactive $blue $blue $bg $bgm $bg
client.unfocused $bg $bg $blue $bg $bg
client.unfocused $bgm $bg $blue $bg $bg
client.urgent $yellow2 $bg $yellow2 $yellow $bg
client.placeholder $purple2 $bg $purple2 $purple $bg
client.background $bg
###################
## Unified configuration script
###################
exec_always --no-startup-id "~/.concession/conspiracy"
###################
## Keybindings
###################