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-cjk
|
||||
numlockx
|
||||
openbox-patched
|
||||
openbox
|
||||
otf-font-awesome-4
|
||||
papirus-icon-theme
|
||||
qemu-guest-agent
|
||||
|
|
|
|||
|
|
@ -42,8 +42,6 @@
|
|||
'Active' - where the active window is -->
|
||||
</placement>
|
||||
<theme>
|
||||
<!-- Enable openbox rounded edges -->
|
||||
<cornerRadius menu="yes">4</cornerRadius>
|
||||
<name>Triste-Orange</name>
|
||||
<titleLayout>NLIMC</titleLayout>
|
||||
<!--
|
||||
|
|
|
|||
|
|
@ -16,6 +16,8 @@
|
|||
#log-level = "warn";
|
||||
|
||||
# My Stuff
|
||||
corner-radius = 4;
|
||||
round-borders = true;
|
||||
opacity-rule = [
|
||||
"90:class_g = 'Alacritty' && !_NET_WM_STATE@:32a",
|
||||
"0:_NET_WM_STATE@[0]:32a *= '_NET_WM_STATE_HIDDEN'",
|
||||
|
|
|
|||
Loading…
Reference in a new issue