pamac-classic/data/config/pamac.conf

42 lines
1.0 KiB
Plaintext
Raw Normal View History

2014-10-22 13:44:02 -03:00
### Pamac configuration file
## When removing a package, also remove those dependencies
## that are not required by other packages (recurse option):
#RemoveUnrequiredDeps
2015-08-20 10:11:18 -03:00
## How often to check for updates, value in hours (0 to disable):
RefreshPeriod = 6
## When there are no updates available, hide the tray icon:
#NoUpdateHideIcon
## Allow Pamac to search and install packages from AUR:
#EnableAUR
2017-10-02 10:23:53 -03:00
## When AUR support is enabled search in AUR by default:
#SearchInAURByDefault
2015-08-20 10:11:18 -03:00
## When AUR support is enabled check for updates from AUR:
#CheckAURUpdates
2017-10-04 20:52:47 -03:00
## AUR build directory:
BuildDirectory = /tmp
2017-10-02 10:23:53 -03:00
## Do not ask for confirmation when building packages:
#NoConfirmBuild
## Number of versions of each package to keep in the cache:
KeepNumPackages = 3
## Remove only the versions of uninstalled packages when clean cache:
#OnlyRmUninstalled
2017-10-16 21:37:26 -03:00
## Terminal background color
BackgroundColor = rgb(0,0,0)
## Terminal foreground color
ForegroundColor = rgb(255,255,255)
## The font used in the terminal
TerminalFont = Monospace Regular 12