Better theming and cleanup for picom
This commit is contained in:
+2
-3
@@ -2,7 +2,6 @@
|
||||
# ---------------------------------------------------------------------------------
|
||||
## GLOBAL VARS
|
||||
# ---------------------------------------------------------------------------------
|
||||
|
||||
DOTFILES_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
|
||||
# ---------------------------------------------------------------------------------
|
||||
@@ -162,7 +161,7 @@ if [ "$DO_INSTALL" = true ]; then
|
||||
# system
|
||||
pfetch fuse
|
||||
# window manager & desktop
|
||||
xdotool wmctrl polybar rofi kanata
|
||||
picom xdotool wmctrl polybar rofi kanata
|
||||
# fonts
|
||||
noto-fonts-ttf noto-fonts-emoji
|
||||
)
|
||||
@@ -193,10 +192,10 @@ if [ "$DO_INSTALL" = true ]; then
|
||||
echo "✅ Package setup complete."
|
||||
echo ""
|
||||
fi
|
||||
|
||||
# TODO: these need to go somewhere!
|
||||
# xfconf-query -c xfce4-session -np '/shutdown/ShowSuspend' -t 'bool' -s 'false'
|
||||
# xfconf-query -c xfce4-session -np '/shutdown/ShowHibernate' -t 'bool' -s 'false'
|
||||
# xfconf-query -c xfce4-session -np '/shutdown/ShowHybridSleep' -t 'bool' -s 'false'
|
||||
# xfconf-query -c xfce4-session -np '/shutdown/ShowSwitchUser' -t 'bool' -s 'false'
|
||||
# xfconf-query -c xfwm4 -p /general/placement_ratio -s 100
|
||||
# xfconf-query -c xfwm4 -p /general/use_compositing -s false
|
||||
|
||||
Reference in New Issue
Block a user