aboutsummaryrefslogtreecommitdiffstats
path: root/config.d
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2016-12-01 19:38:36 -0500
committerLibravatar Drew DeVault <sir@cmpwn.com>2016-12-01 19:38:36 -0500
commit44cc0ef125332f1fe3dad7d16ed0a78a25cd1974 (patch)
tree834a20ac4bc2982dda46f144932dd16177b04224 /config.d
parentWrite example security config, start on code (diff)
downloadsway-44cc0ef125332f1fe3dad7d16ed0a78a25cd1974.tar.gz
sway-44cc0ef125332f1fe3dad7d16ed0a78a25cd1974.tar.zst
sway-44cc0ef125332f1fe3dad7d16ed0a78a25cd1974.zip
Add config related code and initial headers
Diffstat (limited to 'config.d')
-rw-r--r--config.d/security10
1 files changed, 5 insertions, 5 deletions
diff --git a/config.d/security b/config.d/security
index bff55f0f..fe75d8ea 100644
--- a/config.d/security
+++ b/config.d/security
@@ -37,15 +37,15 @@ ipc {
37 37
38# Limits the contexts from which certain commands are permitted 38# Limits the contexts from which certain commands are permitted
39commands { 39commands {
40 fullscreen bindsym criteria 40 fullscreen binding criteria
41 bindsym config 41 bindsym config
42 exit bindsym 42 exit binding
43 kill bindsym 43 kill binding
44 44
45 # You should not change these unless you know what you're doing - it could 45 # You should not change these unless you know what you're doing - it could
46 # cripple your security 46 # cripple your security
47 reload bindsym 47 reload binding
48 restart bindsym 48 restart binding
49 permit config 49 permit config
50 reject config 50 reject config
51 ipc config 51 ipc config