improve colors
This commit is contained in:
parent
1ce8ae20f0
commit
9b26dbb244
20
config
20
config
@ -182,16 +182,16 @@ mode "resize" {
|
|||||||
# Pressing right will grow the window’s width.
|
# Pressing right will grow the window’s width.
|
||||||
# Pressing up will shrink the window’s height.
|
# Pressing up will shrink the window’s height.
|
||||||
# Pressing down will grow the window’s height.
|
# Pressing down will grow the window’s height.
|
||||||
bindsym j resize shrink width 10 px or 10 ppt
|
bindsym j resize shrink width 3 px or 3 ppt
|
||||||
bindsym k resize grow height 10 px or 10 ppt
|
bindsym k resize grow height 3 px or 3 ppt
|
||||||
bindsym l resize shrink height 10 px or 10 ppt
|
bindsym l resize shrink height 3 px or 3 ppt
|
||||||
bindsym ntilde resize grow width 10 px or 10 ppt
|
bindsym ntilde resize grow width 3 px or 3 ppt
|
||||||
|
|
||||||
# same bindings, but for the arrow keys
|
# same bindings, but for the arrow keys
|
||||||
bindsym Left resize shrink width 10 px or 10 ppt
|
bindsym Left resize shrink width 3 px or 3 ppt
|
||||||
bindsym Down resize grow height 10 px or 10 ppt
|
bindsym Down resize grow height 3 px or 3 ppt
|
||||||
bindsym Up resize shrink height 10 px or 10 ppt
|
bindsym Up resize shrink height 3 px or 3 ppt
|
||||||
bindsym Right resize grow width 10 px or 10 ppt
|
bindsym Right resize grow width 3 px or 3 ppt
|
||||||
|
|
||||||
# back to normal: Enter or Escape
|
# back to normal: Enter or Escape
|
||||||
bindsym Return mode "default"
|
bindsym Return mode "default"
|
||||||
@ -325,7 +325,7 @@ bindsym XF86AudioStop exec playerctl stop
|
|||||||
bindsym $mod+Shift+w exec --no-startup-id termite --name=irc -e "firejail --seccomp --noroot --disable-mnt weechat"
|
bindsym $mod+Shift+w exec --no-startup-id termite --name=irc -e "firejail --seccomp --noroot --disable-mnt weechat"
|
||||||
|
|
||||||
# class border background text indicator child_border
|
# class border background text indicator child_border
|
||||||
client.focused #616161 #616161 #FFFFFF #616161 #616161
|
client.focused #616161 #616161 #FFFFFF #FFFFFF #9E9E9E
|
||||||
client.focused_inactive #212121 #212121 #9E9E9E #616161 #616161
|
client.focused_inactive #212121 #212121 #9E9E9E #616161 #616161
|
||||||
client.unfocused #212121 #212121 #9E9E9E #616161 #616161
|
client.unfocused #212121 #212121 #9E9E9E #616161 #616161
|
||||||
client.urgent #DC322F #DC322F #FFFFFF #DC322F #DC322F
|
client.urgent #DC322F #DC322F #FFFFFF #DC322F #DC322F
|
||||||
@ -353,6 +353,6 @@ bar {
|
|||||||
focused_workspace #FFFFFF #616161 #FFFFFF
|
focused_workspace #FFFFFF #616161 #FFFFFF
|
||||||
active_workspace #FFFFFF #616161 #FFFFFF
|
active_workspace #FFFFFF #616161 #FFFFFF
|
||||||
inactive_workspace #212121 #757575 #212121
|
inactive_workspace #212121 #757575 #212121
|
||||||
urgent_workspace #212121 #DC322F #FFFFFF
|
urgent_workspace #212121 #B71C1C #FFFFFF
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user