diff --git a/config/pcmanfm/default/pcmanfm.conf b/config/pcmanfm/default/pcmanfm.conf new file mode 100644 index 0000000..e69de29 diff --git a/config/picom/picom.conf b/config/picom/picom.conf index b40d12f..2749eee 100644 --- a/config/picom/picom.conf +++ b/config/picom/picom.conf @@ -5,11 +5,11 @@ ################################# # 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) -# inactive-opacity = 1 -inactive-opacity = 0.8; +# inactive-opacity = 1.0; +inactive-opacity = 1.0; # Opacity of window titlebars and borders. (0.1 - 1.0, disabled by default) # frame-opacity = 1.0; @@ -34,11 +34,14 @@ inactive-opacity = 0.8; # Note we don't make any guarantee about possible conflicts with other # programs that set '_NET_WM_WINDOW_OPACITY' on frame or client windows. # 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 # diff --git a/install-scripts/copy-vm-keys.sh b/install-scripts/vm-install-mics.sh similarity index 100% rename from install-scripts/copy-vm-keys.sh rename to install-scripts/vm-install-mics.sh diff --git a/last-step-setup-menu.sh b/last-step-setup-menu.sh index 728c008..5ab2fb2 100644 --- a/last-step-setup-menu.sh +++ b/last-step-setup-menu.sh @@ -39,7 +39,7 @@ case $CHOICE in sudo apt install -y intel-microcode nvidia-detect nvidia-driver && sudo reboot ;; 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) sudo reboot