modify compton and add albert as launcher
This commit is contained in:
parent
9408701c4c
commit
7b9b0e4510
@ -14,3 +14,4 @@ run keepassxc
|
|||||||
run aarchup
|
run aarchup
|
||||||
run redshift-gtk
|
run redshift-gtk
|
||||||
run start-pulseaudio-x11
|
run start-pulseaudio-x11
|
||||||
|
run albert
|
||||||
|
@ -47,7 +47,6 @@ glx-copy-from-front = false;
|
|||||||
# Useless with --glx-use-copysubbuffermesa.
|
# Useless with --glx-use-copysubbuffermesa.
|
||||||
# Partially breaks --resize-damage.
|
# Partially breaks --resize-damage.
|
||||||
# Defaults to undefined.
|
# Defaults to undefined.
|
||||||
glx-swap-method = "undefined";
|
|
||||||
|
|
||||||
#################################
|
#################################
|
||||||
#
|
#
|
||||||
@ -57,12 +56,7 @@ glx-swap-method = "undefined";
|
|||||||
|
|
||||||
# Enabled client-side shadows on windows.
|
# Enabled client-side shadows on windows.
|
||||||
shadow = true;
|
shadow = true;
|
||||||
# Don't draw shadows on DND windows.
|
|
||||||
no-dnd-shadow = true;
|
|
||||||
# Avoid drawing shadows on dock/panel windows.
|
|
||||||
no-dock-shadow = true;
|
|
||||||
# Zero the part of the shadow's mask behind the window. Fix some weirdness with ARGB windows.
|
# Zero the part of the shadow's mask behind the window. Fix some weirdness with ARGB windows.
|
||||||
clear-shadow = true;
|
|
||||||
# The blur radius for shadows. (default 12)
|
# The blur radius for shadows. (default 12)
|
||||||
shadow-radius = 5;
|
shadow-radius = 5;
|
||||||
# The left offset for shadows. (default -15)
|
# The left offset for shadows. (default -15)
|
||||||
@ -109,12 +103,10 @@ shadow-ignore-shaped = false;
|
|||||||
#
|
#
|
||||||
#################################
|
#################################
|
||||||
|
|
||||||
menu-opacity = 1;
|
|
||||||
inactive-opacity = 1;
|
inactive-opacity = 1;
|
||||||
active-opacity = 1;
|
active-opacity = 1;
|
||||||
frame-opacity = 1;
|
frame-opacity = 1;
|
||||||
inactive-opacity-override = false;
|
inactive-opacity-override = false;
|
||||||
alpha-step = 0.06;
|
|
||||||
|
|
||||||
# Dim inactive windows. (0.0 - 1.0)
|
# Dim inactive windows. (0.0 - 1.0)
|
||||||
# inactive-dim = 0.2;
|
# inactive-dim = 0.2;
|
||||||
@ -184,13 +176,12 @@ refresh-rate = 0;
|
|||||||
# opengl-swc: Try to VSync with SGI_swap_control OpenGL extension. Only work on some drivers. Works only with GLX backend. Known to be most effective on many drivers. Does not actually control paint timing, only buffer swap is affected, so it doesn’t have the effect of --sw-opti unlike other methods. Experimental.
|
# opengl-swc: Try to VSync with SGI_swap_control OpenGL extension. Only work on some drivers. Works only with GLX backend. Known to be most effective on many drivers. Does not actually control paint timing, only buffer swap is affected, so it doesn’t have the effect of --sw-opti unlike other methods. Experimental.
|
||||||
# opengl-mswc: Try to VSync with MESA_swap_control OpenGL extension. Basically the same as opengl-swc above, except the extension we use.
|
# opengl-mswc: Try to VSync with MESA_swap_control OpenGL extension. Basically the same as opengl-swc above, except the extension we use.
|
||||||
# (Note some VSync methods may not be enabled at compile time.)
|
# (Note some VSync methods may not be enabled at compile time.)
|
||||||
vsync = "opengl-swc";
|
vsync = true;
|
||||||
|
|
||||||
# Enable DBE painting mode, intended to use with VSync to (hopefully) eliminate tearing.
|
# Enable DBE painting mode, intended to use with VSync to (hopefully) eliminate tearing.
|
||||||
# Reported to have no effect, though.
|
# Reported to have no effect, though.
|
||||||
dbe = false;
|
dbe = false;
|
||||||
# Painting on X Composite overlay window. Recommended.
|
# Painting on X Composite overlay window. Recommended.
|
||||||
paint-on-overlay = true;
|
|
||||||
|
|
||||||
# Limit compton to repaint at most once every 1 / refresh_rate second to boost performance.
|
# Limit compton to repaint at most once every 1 / refresh_rate second to boost performance.
|
||||||
# This should not be used with --vsync drm/opengl/opengl-oml as they essentially does --sw-opti's job already,
|
# This should not be used with --vsync drm/opengl/opengl-oml as they essentially does --sw-opti's job already,
|
||||||
@ -219,6 +210,22 @@ detect-client-leader = true;
|
|||||||
|
|
||||||
wintypes:
|
wintypes:
|
||||||
{
|
{
|
||||||
|
popup_menu=
|
||||||
|
{
|
||||||
|
opacity = 1;
|
||||||
|
}
|
||||||
|
dropdown_menu =
|
||||||
|
{
|
||||||
|
opacity = 1;
|
||||||
|
}
|
||||||
|
dock =
|
||||||
|
{
|
||||||
|
shadow = false;
|
||||||
|
}
|
||||||
|
dnd =
|
||||||
|
{
|
||||||
|
shadow = false;
|
||||||
|
}
|
||||||
tooltip =
|
tooltip =
|
||||||
{
|
{
|
||||||
# fade: Fade the particular type of windows.
|
# fade: Fade the particular type of windows.
|
@ -14,7 +14,7 @@ nvidia-settings --load-config-only &
|
|||||||
eval $(/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh)
|
eval $(/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets,ssh)
|
||||||
export SSH_AUTH_SOCK
|
export SSH_AUTH_SOCK
|
||||||
numlockx &
|
numlockx &
|
||||||
compton -b &
|
picom -b &
|
||||||
#config pad
|
#config pad
|
||||||
xinput set-prop 13 312 1 &
|
xinput set-prop 13 312 1 &
|
||||||
xinput set-prop 13 304 1 &
|
xinput set-prop 13 304 1 &
|
||||||
|
Loading…
Reference in New Issue
Block a user