From f0f92ff5a1ac3ccfcc2d099cc9a0be08c6f1e6ed Mon Sep 17 00:00:00 2001 From: Johannes Kamprad Date: Wed, 17 Nov 2021 20:49:54 +0100 Subject: [PATCH] Update config add a better comment to transparency settings --- .config/i3/config | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.config/i3/config b/.config/i3/config index 4adbf31..648ec0b 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -349,18 +349,20 @@ exec --no-startup-id ~/.screenlayout/monitor.sh # start blueberry app for managing bluetooth devices from tray: exec --no-startup-id blueberry-tray -#transparency +# transparency +# uncomment one of them to be used (picom package is installed per default) +# options could need changes, related to used GPU and drivers #exec --no-startup-id xcompmgr -c -C -t-5 -l-5 -r4.2 -o.55 & #exec --no-startup-id picom -CGb -#networkmanager-applet +# networkmanager-applet exec --no-startup-id nm-applet # set wallpaper exec --no-startup-id nitrogen --restore #exec --no-startup-id feh --bg-fill /usr/share/endeavouros/backgrounds/endeavouros_i3.png -#set powersavings for display: +# set powersavings for display: exec --no-startup-id xset s 480 dpms 600 600 600 # Desktop notifications @@ -376,7 +378,7 @@ for_window [class="Yad" instance="yad"] floating enable for_window [class="Galculator" instance="galculator"] floating enable for_window [class="Blueberry.py" instance="blueberry.py"] floating enable -#set floating (nontiling) for special apps +# set floating (nontiling) for special apps for_window [class="Xsane" instance="xsane"] floating enable for_window [class="Pavucontrol" instance="pavucontrol"] floating enable for_window [class="qt5ct" instance="qt5ct"] floating enable