mirror of https://gitlab.com/dabruh/dotfiles.git
Start authentication agent with i3
This commit is contained in:
parent
18687ff70e
commit
363486883a
|
@ -7,3 +7,6 @@ bindsym $mod+Ctrl+Shift+l exec --no-startup-id dmenuxautolock -t 0 -n 0
|
|||
|
||||
# Run i3hwlock
|
||||
exec_always --no-startup-id pgrep i3hwlock || i3hwlock
|
||||
|
||||
# Start authentication agent
|
||||
exec_always --no-startup-id $auth_agent
|
||||
|
|
|
@ -15,3 +15,5 @@ set $browser firefox
|
|||
set $terminal kitty
|
||||
|
||||
set $flashfocus_bin /opt/dotfiles/pyenv/bin/flashfocus
|
||||
|
||||
set $auth_agent /usr/lib/mate-polkit/polkit-mate-authentication-agent-1
|
||||
|
|
Loading…
Reference in New Issue