added polkit
This commit is contained in:
parent
05376a90ab
commit
334a869159
2 changed files with 8 additions and 2 deletions
|
|
@ -2,9 +2,13 @@
|
|||
email = lennart.alff@gmail.com
|
||||
name = Thies Lennart Alff
|
||||
[merge]
|
||||
tool = vimdiff
|
||||
tool = vscode
|
||||
[difftool "vscode"]
|
||||
cmd = code --wait --diff $LOCAL $REMOTE
|
||||
[mergetool "vscode"]
|
||||
cmd = code --wait $MERGED
|
||||
[diff]
|
||||
guitool = kompare
|
||||
guitool = vscode
|
||||
[init]
|
||||
defaultBranch = main
|
||||
[core]
|
||||
|
|
|
|||
|
|
@ -30,6 +30,8 @@ exec "xrandr --dpi 96"
|
|||
exec_always --no-startup-id "ibus-daemon -drx --panel /usr/lib/ibus/ibus-ui-gtk3"
|
||||
exec --no-startup-id nm-applet
|
||||
|
||||
exec --no-startip-id /usr/lib/polkit-kde-authentication-agent-1 &
|
||||
|
||||
# nitrogen handles the desktop background
|
||||
exec --no-startup-id "nitrogen --restore"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue