Disable Picom by default
This commit is contained in:
parent
e3509df037
commit
488d3559a1
10
README.md
10
README.md
@ -14,11 +14,15 @@ 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.
|
||||
|
||||
Also, by default, the wallpaper is solid black. You can change it by swapping out `.config/wall.png`.
|
||||
Picom is already configured to blur and fade windows.
|
||||
If you wish to keep the black wallpaper, disable blur for better performance.
|
||||
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.
|
||||
|
||||
**Desktop Preview**
|
||||
|
||||
With Picom on
|
||||
![preview](https://raw.githubusercontent.com/DogeyStamp/dots/main/preview.png)
|
||||
|
||||
With Picom off
|
||||
![preview](https://raw.githubusercontent.com/DogeyStamp/dots/main/preview2.png)
|
||||
|
BIN
preview2.png
Normal file
BIN
preview2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 464 KiB |
@ -3,7 +3,7 @@
|
||||
setxkbmap -layout us,ca -variant multi -option 'grp:win_space_toggle, caps:swapescape'
|
||||
xset r rate 300 50
|
||||
mon-on
|
||||
picom --experimental-backends --backend glx &
|
||||
#picom --experimental-backends --backend glx &
|
||||
xwallpaper --center .config/wall.png
|
||||
# Host specific wallpapers
|
||||
wallpaper
|
||||
|
Loading…
Reference in New Issue
Block a user