mirror of
https://github.com/swaywm/sway.git
synced 2025-11-21 06:59:48 -05:00
Implement permit and reject commands
This commit is contained in:
parent
1a8a42f372
commit
76cab04b4d
8 changed files with 115 additions and 22 deletions
|
|
@ -6,10 +6,10 @@
|
|||
# installation.
|
||||
|
||||
# Configures which programs are allowed to use which sway features
|
||||
permit $PREFIX/swaylock lock
|
||||
permit $PREFIX/swaybar panel
|
||||
permit $PREFIX/swaybg background
|
||||
permit $PREFIX/swaygrab screenshot
|
||||
permit __PREFIX__/swaylock lock
|
||||
permit __PREFIX__/swaybar panel
|
||||
permit __PREFIX__/swaybg background
|
||||
permit __PREFIX__/swaygrab screenshot
|
||||
|
||||
permit * fullscreen keyboard mouse
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue