Fix issues

This commit is contained in:
Tobias Reisinger 2022-09-12 10:52:43 +02:00
parent c3864bb510
commit e448e719e8
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
4 changed files with 9 additions and 5 deletions

View file

@ -1,5 +1,7 @@
#!/usr/bin/sh
sudo echo "Authenticated as root" || exit
paru -Syu --noconfirm
if [ $? -eq 0 ]; then
@ -12,7 +14,7 @@ fi
echo "==================================================================="
sudo pacman -Rns $(pacman -Qtdq)
sudo pacman -Rns --noconfirm $(pacman -Qtdq)
sudo checkservices

View file

@ -109,6 +109,7 @@ bspc rule -a 'Steam' desktop='side-view'
bspc rule -a 'Evolution' desktop='messenger'
bspc rule -a 'Signal' desktop='messenger'
bspc rule -a 'Thunderbird:Mail' desktop='messenger' locked='true'
bspc rule -a 'thunderbird' desktop='messenger' locked='true'
"$HOME/.config/polybar/launch.sh" &

View file

@ -16,8 +16,8 @@
trustExitCode = true
[alias]
b = branch -vv
ci = commit -v
cia = commit -v --amend
ci = commit
cia = commit --amend
d = diff
dc = diff --cached
ds = diff --stat
@ -57,3 +57,4 @@
defaultBranch = main
[commit]
gpgsign = true
verbose = true

View file

@ -1,2 +1,2 @@
source /etc/profile
source $HOME/.config/environment
. /etc/profile
. $HOME/.config/environment