Adding cpu to awesome
This commit is contained in:
parent
2c45b82785
commit
7b173db93d
6 changed files with 18 additions and 15 deletions
|
@ -7,4 +7,4 @@
|
|||
config_version: 2
|
||||
settings:
|
||||
content.notifications:
|
||||
https://www.facebook.com: false
|
||||
https://jelly.cochrun.xyz: true
|
||||
|
|
|
@ -13,7 +13,7 @@ import glob
|
|||
|
||||
## This is here so configs done via the GUI are still loaded.
|
||||
## Remove it to not load settings done via the GUI.
|
||||
# config.load_autoconfig()
|
||||
config.load_autoconfig()
|
||||
|
||||
## Aliases for commands. The keys of the given dictionary are the
|
||||
## aliases, while the values are the commands they map to.
|
||||
|
@ -1038,7 +1038,7 @@ c.content.headers.do_not_track = True
|
|||
|
||||
## Enable host blocking.
|
||||
## Type: Bool
|
||||
c.content.host_blocking.enabled = False
|
||||
# c.content.host_blocking.enabled = true
|
||||
|
||||
## List of URLs of lists which contain hosts to block. The file can be
|
||||
## in one of the following formats: - An `/etc/hosts`-like file - One
|
||||
|
@ -1813,7 +1813,7 @@ c.statusbar.padding = {"top": 1, "bottom": 1, "left": 0, "right": 2}
|
|||
## - always: Always show the statusbar.
|
||||
## - never: Always hide the statusbar.
|
||||
## - in-mode: Show the statusbar when in modes other than normal mode.
|
||||
c.statusbar.show = "in-mode"
|
||||
c.statusbar.show = "always"
|
||||
|
||||
## List of widgets displayed in the statusbar.
|
||||
## Type: List of String
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[FileDialog]
|
||||
history=file:///home/chris/Videos, file:///home/chris, file:///home/chris/Downloads, file:///home/chris/Downloads/Takeout/Contacts/All Contacts, file:///home/chris/Pictures/Newsletter, file:///home/chris/org
|
||||
lastVisited=file:///home/chris/org
|
||||
history=file:///home/chris, file:///home/chris/Downloads, file:///home/chris/Downloads/Takeout/Contacts/All Contacts, file:///home/chris/Pictures/Newsletter, file:///home/chris/org, file:///home/chris/storage/digikam/Photos/Camera/Camera
|
||||
lastVisited=file:///home/chris/storage/digikam/Photos/Camera/Camera
|
||||
qtVersion=5.15.2
|
||||
shortcuts=file:, file:///home/chris
|
||||
sidebarWidth=116
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue