This commit is contained in:
Eduard Tolosa 2019-07-07 22:49:38 -05:00
parent 4485eba99e
commit 614ca0f5ad

View file

@ -35,13 +35,6 @@ workspace_layout tabbed
# Disable mouse focus # Disable mouse focus
focus_follows_mouse no focus_follows_mouse no
# color
#set $bg-color #2f3035
#set $inactive-bg-color #151416
#set $text-color #f3f4f5
#set $inactive-text-color #f3f4f5
#set $urgent-bg-color #E53935
##### Programs to run at startup ##### ##### Programs to run at startup #####
# Activate NumLock # Activate NumLock
@ -237,13 +230,6 @@ mode "resize" {
bindsym $mod+r mode "resize" bindsym $mod+r mode "resize"
# window colors
# border background text indicator
#client.focused $bg-color $bg-color $text-color $text-color
#client.unfocused $inactive-bg-color $inactive-bg-color $inactive-text-color $inactive-bg-color
#client.focused_inactive $inactive-bg-color $inactive-bg-color $inactive-text-color $inactive-bg-color
#client.urgent $urgent-bg-color $urgent-bg-color $text-color $urgent-bg-color
# Start i3bar to display a workspace bar (plus the system information i3status # Start i3bar to display a workspace bar (plus the system information i3status
# finds out, if available) # finds out, if available)
bar { bar {