picom: reinstated by default
This commit is contained in:
parent
35265dcafa
commit
e730df24cc
@ -1,4 +1,5 @@
|
|||||||
# dots
|
# dots
|
||||||
|
|
||||||
My dotfiles.
|
My dotfiles.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
@ -14,15 +15,10 @@ You should install [my dwm](https://github.com/dogeystamp/dwm), [dmenu](https://
|
|||||||
|
|
||||||
The xinitrc provides changes I like, such as swapping escape and caps lock, which you should remove if you don't need.
|
The xinitrc provides changes I like, such as swapping escape and caps lock, which you should remove if you don't need.
|
||||||
|
|
||||||
Also, by default, picom is disabled, due to performance issues, however, it is already configured to blur and fade windows.
|
|
||||||
If you wish to turn it on, uncomment its line in `src/.xinitrc`.
|
|
||||||
|
|
||||||
My qutebrowser configuration emphasizes privacy over usability, and you might need to edit it to suit your needs if you want to use it.
|
My qutebrowser configuration emphasizes privacy over usability, and you might need to edit it to suit your needs if you want to use it.
|
||||||
|
|
||||||
**Desktop Preview**
|
**Desktop Preview**
|
||||||
|
|
||||||
With Picom on
|
|
||||||
![preview](https://raw.githubusercontent.com/DogeyStamp/dots/main/preview.png)
|
![preview](https://raw.githubusercontent.com/DogeyStamp/dots/main/preview.png)
|
||||||
|
|
||||||
With Picom off
|
|
||||||
![preview](https://raw.githubusercontent.com/DogeyStamp/dots/main/preview2.png)
|
![preview](https://raw.githubusercontent.com/DogeyStamp/dots/main/preview2.png)
|
||||||
|
2
programs
2
programs
@ -9,6 +9,4 @@ xorg-xrandr
|
|||||||
xorg-xset
|
xorg-xset
|
||||||
xss-lock
|
xss-lock
|
||||||
qutebrowser
|
qutebrowser
|
||||||
# This needs to be the development branch for dual-kawase blur
|
|
||||||
# Either get picom-git from the AUR or picom-9999 in Gentoo
|
|
||||||
picom
|
picom
|
||||||
|
@ -1,39 +0,0 @@
|
|||||||
inactive-opacity = 1.0;
|
|
||||||
active-opacity = 1.0;
|
|
||||||
|
|
||||||
shadow = false;
|
|
||||||
|
|
||||||
opacity-rule = [
|
|
||||||
"100:class_g = 'Gimp'",
|
|
||||||
"100:class_g = 'Sxiv'",
|
|
||||||
"100:class_g = 'mpv'",
|
|
||||||
"100:class_g = 'obs'",
|
|
||||||
"100:class_g = 'Blender'",
|
|
||||||
"100:class_g = 'st-256color'",
|
|
||||||
"100:class_g = 'org.remmina.Remmina'",
|
|
||||||
"100:class_g = 'LibreWolf'",
|
|
||||||
"80:class_g = 'qutebrowser'",
|
|
||||||
"100:class_g = 'xonotic-sdl'",
|
|
||||||
"100:class_g = 'DarkPlaces'",
|
|
||||||
"100:class_g = 'Qemu-system-x86_64'",
|
|
||||||
//qemu
|
|
||||||
"100:class_g = '<unknown>'",
|
|
||||||
"100:class_g = 'Element'",
|
|
||||||
"100:class_g = 'eDEX-UI'",
|
|
||||||
];
|
|
||||||
|
|
||||||
blur-background-exclude = [
|
|
||||||
"class_g = 'conky'",
|
|
||||||
]
|
|
||||||
|
|
||||||
blur:
|
|
||||||
{
|
|
||||||
method = "dual_kawase";
|
|
||||||
strength = 12;
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
||||||
fading = false;
|
|
||||||
fade-in-step = 0.05;
|
|
||||||
fade-out-step = 0.03;
|
|
||||||
fade-delta = 1;
|
|
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
mon-on
|
mon-on
|
||||||
#picom --experimental-backends --backend glx &
|
picom &
|
||||||
xwallpaper --center .config/wall.png
|
xwallpaper --center .config/wall.png
|
||||||
# Host specific wallpapers
|
# Host specific wallpapers
|
||||||
wallpaper
|
wallpaper
|
||||||
|
Loading…
Reference in New Issue
Block a user