From e730df24cc8d3b954963ad5e635ca3cdb1da2a0f Mon Sep 17 00:00:00 2001 From: dogeystamp Date: Mon, 1 Aug 2022 16:09:59 -0400 Subject: [PATCH] picom: reinstated by default --- README.md | 6 +----- programs | 2 -- src/.config/picom/picom.conf | 39 ------------------------------------ src/.xinitrc | 2 +- 4 files changed, 2 insertions(+), 47 deletions(-) diff --git a/README.md b/README.md index d9a4bc8..a049cfd 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # dots + My dotfiles. ## 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. -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) diff --git a/programs b/programs index 12b18ae..b3faf90 100644 --- a/programs +++ b/programs @@ -9,6 +9,4 @@ xorg-xrandr xorg-xset xss-lock 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 diff --git a/src/.config/picom/picom.conf b/src/.config/picom/picom.conf index 4a3b7c8..e69de29 100644 --- a/src/.config/picom/picom.conf +++ b/src/.config/picom/picom.conf @@ -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 = ''", - "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; diff --git a/src/.xinitrc b/src/.xinitrc index fa2c624..6a43c09 100755 --- a/src/.xinitrc +++ b/src/.xinitrc @@ -1,7 +1,7 @@ #!/bin/sh mon-on -#picom --experimental-backends --backend glx & +picom & xwallpaper --center .config/wall.png # Host specific wallpapers wallpaper