clients: grant layer-shell to unprivileged clients
This commit is contained in:
parent
ef53d72ff8
commit
886339ff96
7 changed files with 51 additions and 50 deletions
|
|
@ -7,7 +7,7 @@ keymap = """
|
|||
};
|
||||
"""
|
||||
|
||||
on-graphics-initialized = { type = "exec", exec = { prog = "mako", privileged = true } }
|
||||
on-graphics-initialized = { type = "exec", exec = "mako" }
|
||||
|
||||
[shortcuts]
|
||||
alt-h = "focus-left"
|
||||
|
|
@ -31,7 +31,7 @@ alt-f = "focus-parent"
|
|||
alt-shift-c = "close"
|
||||
alt-shift-f = "toggle-floating"
|
||||
Super_L = { type = "exec", exec = "alacritty" }
|
||||
alt-p = { type = "exec", exec = { prog = "bemenu-run", privileged = true } }
|
||||
alt-p = { type = "exec", exec = "bemenu-run" }
|
||||
alt-q = "quit"
|
||||
alt-shift-r = "reload-config-toml"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue