mirror of
https://github.com/NickHu/sway
synced 2024-11-16 19:49:56 +01:00
Revert "security.d: Update install paths for swaybar and swaybg"
This reverts commit b4249166f3
.
This commit is contained in:
parent
54265bf65e
commit
ac903c8752
2 changed files with 3 additions and 4 deletions
|
@ -121,7 +121,6 @@ config = configuration_data()
|
|||
config.set('sysconfdir', join_paths(prefix, sysconfdir))
|
||||
config.set('datadir', join_paths(prefix, datadir))
|
||||
config.set('prefix', prefix)
|
||||
config.set('sway_libexecdir', sway_libexecdir)
|
||||
|
||||
configure_file(
|
||||
configuration: config,
|
||||
|
|
|
@ -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 @sway_libexecdir@/swaybg background
|
||||
permit @sway_libexecdir@/swaybar panel
|
||||
permit @prefix@/bin/swaybar panel
|
||||
|
||||
# Configures enabled IPC features for specific programs
|
||||
ipc @prefix@/bin/swaymsg {
|
||||
|
@ -24,7 +24,7 @@ ipc @prefix@/bin/swaymsg {
|
|||
}
|
||||
}
|
||||
|
||||
ipc @sway_libexecdir@/swaybar {
|
||||
ipc @prefix@/bin/swaybar {
|
||||
bar-config enabled
|
||||
outputs enabled
|
||||
workspaces enabled
|
||||
|
|
Loading…
Reference in a new issue