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

@ -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