sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit 55ed2736b5a8d69e69ebf6a77fffe684309fd4ac
parent a5719f9f432b5f9378ebd2136f8a2cde46dfb407
Author: Bruno Pinto <brunoferreirapinto@gmail.com>
Date:   Fri, 20 Apr 2018 01:25:51 +0100

[swaylock] Install pam module

Diffstat:
Mswaylock/meson.build | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/swaylock/meson.build b/swaylock/meson.build @@ -1,3 +1,5 @@ +sysconfdir = get_option('sysconfdir') + executable( 'swaylock', [ 'main.c', @@ -21,3 +23,8 @@ executable( link_with: [lib_sway_common, lib_sway_client], install: true ) + +install_data( + 'pam/swaylock', + install_dir: sysconfdir + '/pam.d/' +)