Compare commits

..

No commits in common. "97020ed022001a12d9684c8eb213d8c4447f36d1" and "9d85c6d390f1c21e8dc87939c54c2c6889bd0e2b" have entirely different histories.

4 changed files with 1 additions and 7 deletions

View File

@ -10,4 +10,3 @@ include $HOME/.config/sway/config.d/*
#xwayland disable
# preload x11
xwayland force
exec noctalia

View File

@ -29,6 +29,6 @@ seat * hide_cursor 5000
exec python3 $HOME/.config/sway/scripts/inactive-windows-transparency.py -o 0.95
# wallpaper
output * bg /home/gil/.local/share/background/layout.jpg fit
output * bg /home/gil/.local/share/backgrounds/layout.jpg fit
#exec_always --no-startup-id "$HOME/.config/sway/scripts/wallrdm"
#exec --no-startup-id "while $HOME/.config/sway/scripts/wallrdm; do sleep 179; done"

View File

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 39 KiB

View File

@ -6,11 +6,6 @@
groups | grep -q sudo || echo "Please, as root, add $(whoami) to sudo group with : sudo usermod -aG sudo $(whoami), then reboot and relaunch this script"
groups | grep -q sudo || return
dpkg -s noctalia >/dev/null 2>&1 || {
wget -qO- https://pkg.noctalia.dev/deb/nickh-archive-keyring.deb >/tmp/key.deb && dpkg -i /tmp/key.deb
wget -qO /etc/apt/sources.list.d/noctalia-trixie.sources https://pkg.noctalia.dev/deb/noctalia-trixie.sources && apt update
apt install -y noctalia; }
sudo apt update
sudo apt install -y yadm vim-gtk3 vim vim-nox fzf cmake zsh \
webext-browserpass webext-ublock-origin-firefox curl pass python3 ripgrep fonts-firacode fd-find postgresql rsync \