Skip to content

Commit

Permalink
fix: correct use of privileged exec in config
Browse files Browse the repository at this point in the history
  • Loading branch information
mahkoh authored Apr 21, 2024
1 parent 420fbbb commit eb754e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 = { prog: "bemenu-run", privileged = true } }
alt-p = { type = "exec", exec = { prog = "bemenu-run", privileged = true } }

# The quit action terminates the compositor.
alt-q = "quit"
Expand Down

0 comments on commit eb754e9

Please sign in to comment.