diff options
author | Drew DeVault <sir@cmpwn.com> | 2016-12-02 10:17:53 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2016-12-02 10:17:53 -0500 |
commit | 1a143e601bdc5a199d1573cbf5213091404868d7 (patch) | |
tree | 2d21cc69267f5d79bf33661925c730ca08709c4a /sway | |
parent | 4d312f753c74beadfe26b4cdb4599e7e06fe55a8 (diff) |
Clarify when keyboard/mouse features work
Diffstat (limited to 'sway')
-rw-r--r-- | sway/sway-security.7.txt | 4 |
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: fullscreen themselves with the fullscreen command. **keyboard**:: - Permission to receive keyboard events. + Permission to receive keyboard events (only while they are focused). **lock**:: Permission for a program to act as a screen locker. This involves becoming @@ -90,7 +90,7 @@ policies. These features are: duration of the process. **mouse**:: - Permission to receive mouse events. + Permission to receive mouse events (only while the mouse is over them). **panel**:: Permission for a program to stick its windows to the sides of the screen. |