diff options
author | emersion <contact@emersion.fr> | 2018-05-05 20:09:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-05 20:09:34 +0100 |
commit | c96ac2ff2a61571dc34f3a68dbe13a9b9c5884de (patch) | |
tree | 80579da473fb095b61a4693a1ab009d2fb6ea595 /security.d/00-defaults.in | |
parent | 967b14c2279b6a09830912b09d54668119045967 (diff) | |
parent | 786727d8bbd00f44f1b29368a3579cbe6899ba16 (diff) | |
download | sway-c96ac2ff2a61571dc34f3a68dbe13a9b9c5884de.tar.xz |
Merge pull request #1881 from nbraud/usr-lib
Install swaybar and swaybg under /usr/lib/sway
Diffstat (limited to 'security.d/00-defaults.in')
-rw-r--r-- | security.d/00-defaults.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security.d/00-defaults.in b/security.d/00-defaults.in index e4626477..b5ae1149 100644 --- a/security.d/00-defaults.in +++ b/security.d/00-defaults.in @@ -11,9 +11,9 @@ # Configures enabled compositor features for specific programs permit * fullscreen keyboard mouse permit @prefix@/bin/swaylock lock -permit @prefix@/bin/swaybg background permit @prefix@/bin/swaygrab screenshot -permit @prefix@/bin/swaybar panel +permit @sway_libexecdir@/swaybg background +permit @sway_libexecdir@/swaybar panel # Configures enabled IPC features for specific programs ipc @prefix@/bin/swaymsg { @@ -24,7 +24,7 @@ ipc @prefix@/bin/swaymsg { } } -ipc @prefix@/bin/swaybar { +ipc @sway_libexecdir@/swaybar { bar-config enabled outputs enabled workspaces enabled |