diff options
author | Joursoir <chat@joursoir.net> | 2023-10-09 10:24:00 +0300 |
---|---|---|
committer | Joursoir <chat@joursoir.net> | 2023-10-29 21:03:19 +0300 |
commit | 3c4185ebc58eea81c15b13d23e6eb2812a0234d4 (patch) | |
tree | 76559b66ba019223745aa0e8225e273c163e37c4 /dotconfig/i3 | |
parent | d976a62099222e365ba395f25fbc908dd25fb9aa (diff) | |
download | dotfiles-3c4185ebc58eea81c15b13d23e6eb2812a0234d4.tar.gz dotfiles-3c4185ebc58eea81c15b13d23e6eb2812a0234d4.tar.bz2 dotfiles-3c4185ebc58eea81c15b13d23e6eb2812a0234d4.zip |
dotconfig/i3: run Mate Polkit for PolicyKit issue resolution
Diffstat (limited to 'dotconfig/i3')
-rw-r--r-- | dotconfig/i3/config | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dotconfig/i3/config b/dotconfig/i3/config index 0cf2caa..7ed340b 100644 --- a/dotconfig/i3/config +++ b/dotconfig/i3/config @@ -19,6 +19,10 @@ bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOU # Keyboard layout exec --no-startup-id "setxkbmap -layout us,ru -option grp:alt_shift_toggle" +# Mate Polkit solves the problem when PolicyKit daemon sends error response to +# polkit-agent-helper-1 +exec --no-startup-id "/usr/lib/mate-polkit/polkit-mate-authentication-agent-1" + # Key bindings for taking a screenshot bindsym --release Print exec "scregcp ~/Pictures/screenshots/" bindsym --release $mod+Print exec "scregcp -s ~/Pictures/screenshots/" |