https://github.com/swaywm/sway.git
Raw File
Tip revision: 404d006a1c1ca22b5da7073f538401c041bd75cd authored by Drew DeVault on 13 May 2018, 18:18:07 UTC
Enable lazy xwayland
Tip revision: 404d006
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