[bugfix] ...
This commit is contained in:
parent
d056cd7288
commit
da8f11569b
7
optim/ubuntu-desk-boot.sh
Normal file
7
optim/ubuntu-desk-boot.sh
Normal file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
|
||||
sudo systemctl disable systemd-networkd-wait-online
|
||||
sudo systemctl disable cloud-init
|
||||
sudo systemctl disable cloud-config
|
||||
sudo systemctl disable gdm3
|
|
@ -5,3 +5,4 @@ DIR=$(readlink -f $(dirname $0))
|
|||
killall -q picom
|
||||
while pgrep -x picom >/dev/null; do sleep 1; done
|
||||
picom -b --config $DIR/picom.conf --experimental-backends --blur-method dual_kawase --blur-strength 6
|
||||
#picom -b --config $DIR/picom.conf
|
||||
|
|
|
@ -190,7 +190,7 @@ blur-background-exclude = [
|
|||
# Specify the backend to use: `xrender`, `glx`, or `xr_glx_hybrid`.
|
||||
# `xrender` is the default one.
|
||||
#
|
||||
backend = "glx"
|
||||
backend = "glx"
|
||||
# backend = "xrender";
|
||||
|
||||
# Enable/disable VSync.
|
||||
|
|
|
@ -21,13 +21,13 @@ case "$PM" in
|
|||
esac
|
||||
|
||||
# build and install picom-next
|
||||
curl -sLo https://github.com/yshui/picom/archive/next.zip /tmp/picom-next.zip
|
||||
curl 'https://github.com/yshui/picom/archive/next.zip' -sLo /tmp/picom-next.zip
|
||||
unzip /tmp/picom-next.zip -d /tmp
|
||||
pushd /tmp/picom-next
|
||||
meson --buildtype=release . build
|
||||
sudo ninja -C build install
|
||||
popd
|
||||
rm -rf /tmp/picom*
|
||||
sudo rm -rf /tmp/picom*
|
||||
|
||||
# configuration
|
||||
lnsf $DIR/config ~/.config/picom
|
||||
|
|
|
@ -6,7 +6,7 @@ DIR=$(readlink -f $(dirname $0))
|
|||
# install ranger
|
||||
case "$PM" in
|
||||
apt)
|
||||
sudo apt install \
|
||||
sudo apt install -y \
|
||||
thunar gvfs-bin gvfs-backends thunar-archive-plugin file-roller tumbler
|
||||
;;
|
||||
pacman)
|
||||
|
|
Loading…
Reference in New Issue
Block a user