add polkit

This commit is contained in:
Johannes Loher 2020-09-22 00:53:18 +02:00
parent db7456d4fb
commit 81cc41513b

View file

@ -37,7 +37,7 @@ include config.local
input * { input * {
xkb_layout "de,us" xkb_layout "de,us"
xkb_variant "nodeadkeys," xkb_variant "nodeadkeys,"
xkb_options grp:win_space_toggle xkb_options grp:shifts_toggle
} }
input 9011:26214:ydotoold_virtual_device { input 9011:26214:ydotoold_virtual_device {
@ -242,6 +242,11 @@ assign [class="^Slack$"] $workspace8
assign [class="^Element$"] $workspace8 assign [class="^Element$"] $workspace8
assign [class="^Microsoft Teams - Preview$"] $workspace9 assign [class="^Microsoft Teams - Preview$"] $workspace9
# ------------------------------------------------------------------------------
# Floating windows
# ------------------------------------------------------------------------------
for_window [app_id="xfce-polkit"] floating enable
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
# Screenshot shortcuts # Screenshot shortcuts
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
@ -299,6 +304,11 @@ exec nm-applet --indicator
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
exec /usr/bin/mako exec /usr/bin/mako
# ------------------------------------------------------------------------------
# Polkit
# ------------------------------------------------------------------------------
exec /usr/lib/xfce-polkit/xfce-polkit
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
# GTK3 # GTK3
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------