feat(tunable): add @{backup_path}.
This commit is contained in:
parent
4beb096532
commit
d74a477646
3 changed files with 8 additions and 5 deletions
|
|
@ -26,6 +26,7 @@
|
||||||
@{image_viewers_path} PUx,
|
@{image_viewers_path} PUx,
|
||||||
@{offices_path} PUx,
|
@{offices_path} PUx,
|
||||||
@{text_editors_path} PUx,
|
@{text_editors_path} PUx,
|
||||||
|
@{backup_path} PUx,
|
||||||
|
|
||||||
# Others
|
# Others
|
||||||
@{bin}/amule Px,
|
@{bin}/amule Px,
|
||||||
|
|
@ -41,6 +42,7 @@
|
||||||
@{bin}/gnome-calculator Px,
|
@{bin}/gnome-calculator Px,
|
||||||
@{bin}/gnome-disk-image-mounter Px,
|
@{bin}/gnome-disk-image-mounter Px,
|
||||||
@{bin}/gnome-disks Px,
|
@{bin}/gnome-disks Px,
|
||||||
|
@{bin}/gnome-session-quit Px,
|
||||||
@{bin}/gnome-software Px,
|
@{bin}/gnome-software Px,
|
||||||
@{bin}/gwenview PUx,
|
@{bin}/gwenview PUx,
|
||||||
@{bin}/kgx Px,
|
@{bin}/kgx Px,
|
||||||
|
|
@ -57,11 +59,6 @@
|
||||||
#aa:only opensuse
|
#aa:only opensuse
|
||||||
@{lib}/YaST2/** PUx,
|
@{lib}/YaST2/** PUx,
|
||||||
|
|
||||||
# Backup
|
|
||||||
@{lib}/deja-dup/deja-dup-monitor PUx,
|
|
||||||
|
|
||||||
@{bin}/gnome-session-quit rPx,
|
|
||||||
|
|
||||||
include if exists <abstractions/app-open.d>
|
include if exists <abstractions/app-open.d>
|
||||||
|
|
||||||
# vim:syntax=apparmor
|
# vim:syntax=apparmor
|
||||||
|
|
|
||||||
|
|
@ -69,4 +69,7 @@
|
||||||
# Terminal emulator
|
# Terminal emulator
|
||||||
@{terminal_path} = @{bin}/@{offices_names}
|
@{terminal_path} = @{bin}/@{offices_names}
|
||||||
|
|
||||||
|
# Backup
|
||||||
|
@{backup_path} = @{bin}/@{backup_names} @{lib}/deja-dup/deja-dup-monitor
|
||||||
|
|
||||||
# vim:syntax=apparmor
|
# vim:syntax=apparmor
|
||||||
|
|
|
||||||
|
|
@ -93,4 +93,7 @@
|
||||||
# Terminal emulator
|
# Terminal emulator
|
||||||
@{terminal_name} = kgx terminator konsole
|
@{terminal_name} = kgx terminator konsole
|
||||||
|
|
||||||
|
# Backup
|
||||||
|
@{backup_names} = deja-dup borg
|
||||||
|
|
||||||
# vim:syntax=apparmor
|
# vim:syntax=apparmor
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue