feat(tunable): add the new version variable.
This commit is contained in:
parent
a93400280e
commit
35dcde9d90
13 changed files with 25 additions and 19 deletions
|
|
@ -33,7 +33,7 @@
|
|||
# Open
|
||||
@{open_path} = @{bin}/exo-open @{bin}/xdg-open @{bin}/gio @{bin}/kde-open
|
||||
@{open_path} += @{bin}/gio-launch-desktop @{lib}/gio-launch-desktop
|
||||
@{open_path} += @{lib}/@{multiarch}/glib-[0-9]*/gio-launch-desktop
|
||||
@{open_path} += @{lib}/@{multiarch}/glib-@{version}/gio-launch-desktop
|
||||
|
||||
# File explorers
|
||||
@{file_explorers_path} = @{bin}/@{file_explorers_names}
|
||||
|
|
|
|||
|
|
@ -61,6 +61,9 @@
|
|||
@{user}=[a-zA-Z_]{@{u},}{@{u},}{@{u},}{@{u},}{@{u},}{@{u},}{@{u},}{@{u},}{@{u},}{@{u},}{@{u},}{@{u},}{@{u},}{@{u},}{@{u},}{@{u},}{@{u},}{@{u},}{@{u},}{@{u},}{@{u},}{@{u},}{@{u},}{@{u},}{@{u},}{@{u},}{@{u},}{@{u},}{@{u},}{@{u},}{@{u},}
|
||||
@{group}=@{user}
|
||||
|
||||
# Semantic version
|
||||
@{version}=@{int}{.@{int},}{.@{int},}{-@{rand},}
|
||||
|
||||
# Shortcut for PCI device
|
||||
@{pci_id}=@{h}@{h}@{h}@{h}:@{h}@{h}:@{h}@{h}.@{h}
|
||||
@{pci_bus}=pci@{h}@{h}@{h}@{h}:@{h}@{h}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue