[i3] Actually reference compton's config
This commit is contained in:
@ -1,13 +1,15 @@
|
||||
# Shadow
|
||||
shadow = false;
|
||||
menu-opacity = 0.8;
|
||||
inactive-opacity = 0.9;
|
||||
active-opacity = 0.9;
|
||||
inactive-opacity = 0.8;
|
||||
inactive-dim = 0.3;
|
||||
frame-opacity = 0.7;
|
||||
inactive-opacity-override = false;
|
||||
inactive-opacity-override = true;
|
||||
alpha-step = 0.06;
|
||||
blur-background = true;
|
||||
blur-background-frame = true;
|
||||
fading = true;
|
||||
fade-in-step = 0.1;
|
||||
fade-out-step = 0.1;
|
||||
backend = "xrender";
|
||||
backend = "glx";
|
||||
|
||||
@ -20,7 +20,7 @@ set $center move absolute position center
|
||||
# FLOATING
|
||||
floating_modifier $mod
|
||||
|
||||
set $thick 2
|
||||
set $thick 0
|
||||
|
||||
# DEFAULT BORDER
|
||||
for_window [class="^.*"] border pixel $thick
|
||||
@ -319,7 +319,7 @@ bindsym $mod+Shift+o exec rofi-bat
|
||||
exec --no-startup-id unclutter -grab
|
||||
|
||||
# RELOAD
|
||||
#exec_always --no-startup-id compton
|
||||
exec_always --no-startup-id compton --config ~/.config/compton/compton.conf
|
||||
exec_always --no-startup-id dunst
|
||||
exec_always --no-startup-id syncthing
|
||||
exec_always xrdb --merge ~/.Xresoureces
|
||||
|
||||
Reference in New Issue
Block a user