add polkit
This commit is contained in:
parent
db7456d4fb
commit
81cc41513b
1 changed files with 11 additions and 1 deletions
|
@ -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
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue