diff options
author | Jesús <heckyel@hyperbola.info> | 2021-08-24 23:29:55 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-08-24 23:29:55 -0500 |
commit | 9b26dbb2449ce1e99e96ea9f404e43be7dc83d5b (patch) | |
tree | e1d5087206b9b4dbaace141eb48846a6f5c085ba /config | |
parent | 1ce8ae20f0bd5c6a6ac80f0798020e30afa0117c (diff) | |
download | i3-config-9b26dbb2449ce1e99e96ea9f404e43be7dc83d5b.tar.lz i3-config-9b26dbb2449ce1e99e96ea9f404e43be7dc83d5b.tar.xz i3-config-9b26dbb2449ce1e99e96ea9f404e43be7dc83d5b.zip |
improve colors
Diffstat (limited to 'config')
-rw-r--r-- | config | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -182,16 +182,16 @@ mode "resize" { # Pressing right will grow the window’s width. # Pressing up will shrink the window’s height. # Pressing down will grow the window’s height. - bindsym j resize shrink width 10 px or 10 ppt - bindsym k resize grow height 10 px or 10 ppt - bindsym l resize shrink height 10 px or 10 ppt - bindsym ntilde resize grow width 10 px or 10 ppt + bindsym j resize shrink width 3 px or 3 ppt + bindsym k resize grow height 3 px or 3 ppt + bindsym l resize shrink height 3 px or 3 ppt + bindsym ntilde resize grow width 3 px or 3 ppt # same bindings, but for the arrow keys - bindsym Left resize shrink width 10 px or 10 ppt - bindsym Down resize grow height 10 px or 10 ppt - bindsym Up resize shrink height 10 px or 10 ppt - bindsym Right resize grow width 10 px or 10 ppt + bindsym Left resize shrink width 3 px or 3 ppt + bindsym Down resize grow height 3 px or 3 ppt + bindsym Up resize shrink height 3 px or 3 ppt + bindsym Right resize grow width 3 px or 3 ppt # back to normal: Enter or Escape 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" # 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.unfocused #212121 #212121 #9E9E9E #616161 #616161 client.urgent #DC322F #DC322F #FFFFFF #DC322F #DC322F @@ -353,6 +353,6 @@ bar { focused_workspace #FFFFFF #616161 #FFFFFF active_workspace #FFFFFF #616161 #FFFFFF inactive_workspace #212121 #757575 #212121 - urgent_workspace #212121 #DC322F #FFFFFF + urgent_workspace #212121 #B71C1C #FFFFFF } } |