Replace using picom settings
This commit is contained in:
parent
e583929498
commit
93e4a2e50c
3 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
<!--
|
<!--
|
||||||
|
|
|
||||||
|
|
@ -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'",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue