https://github.com/swaywm/sway
Raw File
Tip revision: 78740b978539144db15ce95d04904576b8fb4878 authored by Drew DeVault on 12 April 2018, 15:06:49 UTC
Merge pull request #1801 from bobsaintcool/r0.15/man/scale_typo
Tip revision: 78740b9
10-freebsd.in
# sway security rules
#
# FreeBSD does not support getting client PID from server side
# so we can not know the path to the client's binary.
#
# The solution for now is to be permissive and allow all
# features by default for any client.

# Configures enabled compositor features for specific programs
permit * fullscreen keyboard mouse background screenshot panel lock 

ipc * {
   * enabled
   events {
     * enabled
   }
}


back to top