https://github.com/swaywm/sway
Raw File
Tip revision: e12b3667a94ce78adb974cb4f94d0ffbe58c4290 authored by Alyssa Ross on 16 May 2019, 22:56:58 UTC
bar: fix segfault with missing or invalid bar id
Tip revision: e12b366
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