From 8437f5cd130b1936296f144e07ab737c126efada Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Mon, 29 Jun 2020 23:49:05 -0400 Subject: [PATCH] [i3] Remove compton and add borders back --- i3/.config/i3/config | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/i3/.config/i3/config b/i3/.config/i3/config index 056ab08..b4957cb 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -20,11 +20,12 @@ set $center move absolute position center # FLOATING floating_modifier $mod -set $thick 0 +set $thick 2 # DEFAULT BORDER for_window [class="^.*"] border pixel $thick for_window [title="^.*"] border pixel $thick +hide_edge_borders vertical # APPLICATION BORDERS #for_window [class="Emacs"] border pixel $thick @@ -225,8 +226,8 @@ bindsym $mod+Ctrl+Mod2+KP_9 move container to workspace $ws9 ##### COLORS ####################################### # XRESOURCES -set $fg "#006600" -set $bg "#666666" +set $fg "#006066" +set $bg "#000000" set $tx "#FFFFFF" set $ltx "#CCCCCC" @@ -318,7 +319,7 @@ bindsym $mod+Shift+o exec rofi-bat exec --no-startup-id unclutter -grab # RELOAD -exec_always --no-startup-id picom +#exec_always --no-startup-id compton exec_always --no-startup-id dunst exec_always --no-startup-id syncthing exec_always xrdb --merge ~/.Xresoureces