Adding cpu to awesome
This commit is contained in:
parent
2c45b82785
commit
7b173db93d
6 changed files with 18 additions and 15 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue