aboutsummaryrefslogtreecommitdiffstats
path: root/config.d
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2016-12-01 21:36:43 -0500
committerLibravatar Drew DeVault <sir@cmpwn.com>2016-12-01 21:36:43 -0500
commit76cab04b4d7828f3c4f607c49e1e6ad78aa6e3da (patch)
tree53a871af54a91c689c5db597ab21b3c97c4506cd /config.d
parentMemory leak (diff)
downloadsway-76cab04b4d7828f3c4f607c49e1e6ad78aa6e3da.tar.gz
sway-76cab04b4d7828f3c4f607c49e1e6ad78aa6e3da.tar.zst
sway-76cab04b4d7828f3c4f607c49e1e6ad78aa6e3da.zip
Implement permit and reject commands
Diffstat (limited to 'config.d')
-rw-r--r--config.d/security.in (renamed from config.d/security)8
1 files changed, 4 insertions, 4 deletions
diff --git a/config.d/security b/config.d/security.in
index fe75d8ea..f59b2980 100644
--- a/config.d/security
+++ b/config.d/security.in
@@ -6,10 +6,10 @@
6# installation. 6# installation.
7 7
8# Configures which programs are allowed to use which sway features 8# Configures which programs are allowed to use which sway features
9permit $PREFIX/swaylock lock 9permit __PREFIX__/swaylock lock
10permit $PREFIX/swaybar panel 10permit __PREFIX__/swaybar panel
11permit $PREFIX/swaybg background 11permit __PREFIX__/swaybg background
12permit $PREFIX/swaygrab screenshot 12permit __PREFIX__/swaygrab screenshot
13 13
14permit * fullscreen keyboard mouse 14permit * fullscreen keyboard mouse
15 15