diff options
author | lonkaars <l.leblansch@gmail.com> | 2020-11-14 20:03:00 +0100 |
---|---|---|
committer | lonkaars <l.leblansch@gmail.com> | 2020-11-14 20:03:00 +0100 |
commit | ad30ab956b95a35a08d84ae170e8b3adbc6b5544 (patch) | |
tree | 8406bfe8cace0ce9f9c550ee5661609fd08dd7b6 /.config/i3 | |
parent | 47bbee4a98ad6317032f3c72886db797f9b703f3 (diff) |
moved to bliss :tada:
Diffstat (limited to '.config/i3')
-rw-r--r-- | .config/i3/config | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/.config/i3/config b/.config/i3/config index 6b0bcbf..fdbc394 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -8,12 +8,12 @@ gaps inner $inner_gaps gaps outer $outer_gaps # border color -client.focused #222222 #222222 #f0f0f0 #111111 #222222 -client.focused_inactive #050505 #050505 #f0f0f0 #050505 #050505 -client.unfocused #050505 #050505 #f0f0f0 #050505 #050505 -client.urgent #050505 #ac8a8c #f0f0f0 #ac8a8c #ac8a8c -client.placeholder #000000 #0c0c0c #f0f0f0 #050505 #050505 -client.background #c7c5ca +client.focused #262427 #262427 #fdf9f7 #262427 #262427 +client.focused_inactive #121213 #121213 #fdf9f7 #121213 #121213 +client.unfocused #121213 #121213 #fdf9f7 #121213 #121213 +client.urgent #121213 #de9dac #fdf9f7 #de9dac #de9dac +client.placeholder #000000 #0c0c0c #fdf9f7 #121213 #121213 +client.background #f9ece8 # Replace window decorations with a border for_window [class=".*"] border pixel 0 @@ -44,9 +44,10 @@ exec "xbanish &" exec "redshift &" exec "dunst &" exec "flashfocus &" -exec "xbindkeys -f ~/.config/xb.rc" exec "xset r rate 250 40" exec "autocutsel &" +exec "xbindkeys -f ~/.config/xbindkeys/main" +exec "xbindkeys -f ~/.config/xbindkeys/delay" # split in horizontal orientation bindsym $mod+bar split h @@ -104,6 +105,4 @@ for_window [window_type=notification] floating enable for_window [class="Unturned.x86_64"] floating disable for_window [class="Unturned.x86_64"] fullscreen disable -for_window [class="Minecraft.*"] floating enable -for_window [class="Minecraft.*"] fullscreen enable |