diff options
author | Drew DeVault <sir@cmpwn.com> | 2016-12-01 19:38:36 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2016-12-01 19:38:36 -0500 |
commit | 44cc0ef125332f1fe3dad7d16ed0a78a25cd1974 (patch) | |
tree | 834a20ac4bc2982dda46f144932dd16177b04224 /config.d | |
parent | 5831f7ab68a7166a492812d6301868541fdc9ae3 (diff) |
Add config related code and initial headers
Diffstat (limited to 'config.d')
-rw-r--r-- | config.d/security | 10 |
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 { # Limits the contexts from which certain commands are permitted commands { - fullscreen bindsym criteria + fullscreen binding criteria bindsym config - exit bindsym - kill bindsym + exit binding + kill binding # You should not change these unless you know what you're doing - it could # cripple your security - reload bindsym - restart bindsym + reload binding + restart binding permit config reject config ipc config |