Replace using picom settings

This commit is contained in:
2Shirt 2022-11-12 23:54:11 -08:00
parent e583929498
commit 93e4a2e50c
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C
3 changed files with 3 additions and 3 deletions

View file

@ -24,7 +24,7 @@ mpv
noto-fonts noto-fonts
noto-fonts-cjk noto-fonts-cjk
numlockx numlockx
openbox-patched openbox
otf-font-awesome-4 otf-font-awesome-4
papirus-icon-theme papirus-icon-theme
qemu-guest-agent qemu-guest-agent

View file

@ -42,8 +42,6 @@
'Active' - where the active window is --> 'Active' - where the active window is -->
</placement> </placement>
<theme> <theme>
<!-- Enable openbox rounded edges -->
<cornerRadius menu="yes">4</cornerRadius>
<name>Triste-Orange</name> <name>Triste-Orange</name>
<titleLayout>NLIMC</titleLayout> <titleLayout>NLIMC</titleLayout>
<!-- <!--

View file

@ -16,6 +16,8 @@
#log-level = "warn"; #log-level = "warn";
# My Stuff # My Stuff
corner-radius = 4;
round-borders = true;
opacity-rule = [ opacity-rule = [
"90:class_g = 'Alacritty' && !_NET_WM_STATE@:32a", "90:class_g = 'Alacritty' && !_NET_WM_STATE@:32a",
"0:_NET_WM_STATE@[0]:32a *= '_NET_WM_STATE_HIDDEN'", "0:_NET_WM_STATE@[0]:32a *= '_NET_WM_STATE_HIDDEN'",