https://github.com/swaywm/sway.git
Raw File
Tip revision: e8eab3b82584290e8e22808c3af30e45f701c6e5 authored by Brian Ashworth on 04 March 2019, 15:25:34 UTC
meson: update scdoc requirement to >= 1.9.2
Tip revision: e8eab3b
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