aboutsummaryrefslogtreecommitdiffstats
path: root/sway/sway-security.7.txt
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2016-12-02 10:17:53 -0500
committerLibravatar Drew DeVault <sir@cmpwn.com>2016-12-02 10:17:53 -0500
commit1a143e601bdc5a199d1573cbf5213091404868d7 (patch)
tree2d21cc69267f5d79bf33661925c730ca08709c4a /sway/sway-security.7.txt
parentAdd docs on what features sway programs require (diff)
downloadsway-1a143e601bdc5a199d1573cbf5213091404868d7.tar.gz
sway-1a143e601bdc5a199d1573cbf5213091404868d7.tar.zst
sway-1a143e601bdc5a199d1573cbf5213091404868d7.zip
Clarify when keyboard/mouse features work
Diffstat (limited to 'sway/sway-security.7.txt')
-rw-r--r--sway/sway-security.7.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/sway/sway-security.7.txt b/sway/sway-security.7.txt
index 37c71260..451f7b88 100644
--- a/sway/sway-security.7.txt
+++ b/sway/sway-security.7.txt
@@ -82,7 +82,7 @@ policies. These features are:
82 fullscreen themselves with the fullscreen command. 82 fullscreen themselves with the fullscreen command.
83 83
84**keyboard**:: 84**keyboard**::
85 Permission to receive keyboard events. 85 Permission to receive keyboard events (only while they are focused).
86 86
87**lock**:: 87**lock**::
88 Permission for a program to act as a screen locker. This involves becoming 88 Permission for a program to act as a screen locker. This involves becoming
@@ -90,7 +90,7 @@ policies. These features are:
90 duration of the process. 90 duration of the process.
91 91
92**mouse**:: 92**mouse**::
93 Permission to receive mouse events. 93 Permission to receive mouse events (only while the mouse is over them).
94 94
95**panel**:: 95**panel**::
96 Permission for a program to stick its windows to the sides of the screen. 96 Permission for a program to stick its windows to the sides of the screen.