mirror of
https://github.com/swaywm/sway
synced 2024-11-23 17:32:40 +01:00
Revert "security.d: Update install paths for swaybar and swaybg"
This reverts commit b4249166f309a46c15dd3a5734594aee961b723b.
This commit is contained in:
parent
54265bf65e
commit
ac903c8752
@ -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 New Issue
Block a user