1
0
Fork 0
forked from wry/wry

chore: layer shell programs need privileged (#172)

* chore: layer shell programs need privileged

see 6efb6b8

* fix: correct use of privileged exec in config

* fix: correct use of privileged exec in config

---------

Co-authored-by: mahkoh <mahkoh@users.noreply.github.com>
This commit is contained in:
cwegener 2024-04-21 19:53:04 +10:00 committed by GitHub
parent 2fe8570641
commit 10ecaafd79
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 7 additions and 7 deletions

View file

@ -79,7 +79,7 @@ alt-shift-f = "toggle-floating"
# For example, the exec action spawns an application and has the exec field
# that describes how to spawn the application.
Super_L = { type = "exec", exec = "alacritty" }
alt-p = { type = "exec", exec = "bemenu-run" }
alt-p = { type = "exec", exec = { prog = "bemenu-run", privileged = true } }
# The quit action terminates the compositor.
alt-q = "quit"