[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
|
killall -q picom
|
||||||
while pgrep -x picom >/dev/null; do sleep 1; done
|
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 --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`.
|
# Specify the backend to use: `xrender`, `glx`, or `xr_glx_hybrid`.
|
||||||
# `xrender` is the default one.
|
# `xrender` is the default one.
|
||||||
#
|
#
|
||||||
backend = "glx"
|
backend = "glx"
|
||||||
# backend = "xrender";
|
# backend = "xrender";
|
||||||
|
|
||||||
# Enable/disable VSync.
|
# Enable/disable VSync.
|
||||||
|
|
|
@ -21,13 +21,13 @@ case "$PM" in
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# build and install picom-next
|
# 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
|
unzip /tmp/picom-next.zip -d /tmp
|
||||||
pushd /tmp/picom-next
|
pushd /tmp/picom-next
|
||||||
meson --buildtype=release . build
|
meson --buildtype=release . build
|
||||||
sudo ninja -C build install
|
sudo ninja -C build install
|
||||||
popd
|
popd
|
||||||
rm -rf /tmp/picom*
|
sudo rm -rf /tmp/picom*
|
||||||
|
|
||||||
# configuration
|
# configuration
|
||||||
lnsf $DIR/config ~/.config/picom
|
lnsf $DIR/config ~/.config/picom
|
||||||
|
|
|
@ -6,7 +6,7 @@ DIR=$(readlink -f $(dirname $0))
|
||||||
# install ranger
|
# install ranger
|
||||||
case "$PM" in
|
case "$PM" in
|
||||||
apt)
|
apt)
|
||||||
sudo apt install \
|
sudo apt install -y \
|
||||||
thunar gvfs-bin gvfs-backends thunar-archive-plugin file-roller tumbler
|
thunar gvfs-bin gvfs-backends thunar-archive-plugin file-roller tumbler
|
||||||
;;
|
;;
|
||||||
pacman)
|
pacman)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user