picom + setup
This commit is contained in:
0
config/pcmanfm/default/pcmanfm.conf
Normal file
0
config/pcmanfm/default/pcmanfm.conf
Normal file
@@ -5,11 +5,11 @@
|
|||||||
#################################
|
#################################
|
||||||
|
|
||||||
# Default opacity for active windows. (0.0 - 1.0, defaults to 1.0)
|
# Default opacity for active windows. (0.0 - 1.0, defaults to 1.0)
|
||||||
active-opacity = 0.93;
|
active-opacity = 1.0;
|
||||||
|
|
||||||
# Opacity of inactive windows. (0.1 - 1.0, defaults to 1.0)
|
# Opacity of inactive windows. (0.1 - 1.0, defaults to 1.0)
|
||||||
# inactive-opacity = 1
|
# inactive-opacity = 1.0;
|
||||||
inactive-opacity = 0.8;
|
inactive-opacity = 1.0;
|
||||||
|
|
||||||
# Opacity of window titlebars and borders. (0.1 - 1.0, disabled by default)
|
# Opacity of window titlebars and borders. (0.1 - 1.0, disabled by default)
|
||||||
# frame-opacity = 1.0;
|
# frame-opacity = 1.0;
|
||||||
@@ -34,11 +34,14 @@ inactive-opacity = 0.8;
|
|||||||
# Note we don't make any guarantee about possible conflicts with other
|
# Note we don't make any guarantee about possible conflicts with other
|
||||||
# programs that set '_NET_WM_WINDOW_OPACITY' on frame or client windows.
|
# programs that set '_NET_WM_WINDOW_OPACITY' on frame or client windows.
|
||||||
# example:
|
# example:
|
||||||
# opacity-rule = [ "80:class_g = 'URxvt'" ];
|
# opacity-rule = [ "93:class_g = 'kitty' && focused" ];
|
||||||
|
# opacity-rule = [ "75:class_g = 'kitty' && !focused" ];
|
||||||
#
|
#
|
||||||
# opacity-rule = []
|
|
||||||
|
|
||||||
|
|
||||||
|
opacity-rule = [ "93:class_g = 'kitty' && focused" ];
|
||||||
|
opacity-rule = [ "75:class_g = 'kitty' && !focused" ];
|
||||||
|
opacity-rule = [ "93:class_g = 'alacritty' && focused" ];
|
||||||
|
opacity-rule = [ "75:class_g = 'alacritty' && !focused" ];
|
||||||
|
|
||||||
#################################
|
#################################
|
||||||
# Shadows #
|
# Shadows #
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ case $CHOICE in
|
|||||||
sudo apt install -y intel-microcode nvidia-detect nvidia-driver && sudo reboot
|
sudo apt install -y intel-microcode nvidia-detect nvidia-driver && sudo reboot
|
||||||
;;
|
;;
|
||||||
5)
|
5)
|
||||||
. ~/bspwm-install-ma-dte/install-scripts/copy-vm-keys.sh && sudo reboot
|
. ~/bspwm-install-ma-dte/install-scripts/vm-install-mics.sh && sudo reboot
|
||||||
;;
|
;;
|
||||||
6)
|
6)
|
||||||
sudo reboot
|
sudo reboot
|
||||||
|
|||||||
Reference in New Issue
Block a user