Adding sway, waybar, wofi and other things

This commit is contained in:
Chris Cochrun 2021-03-24 08:23:52 -05:00
parent b0cb73adda
commit 3b6d7cac88
5 changed files with 444 additions and 49 deletions

View file

@ -1765,7 +1765,7 @@ c.qt.highdpi = True
## Enable smooth scrolling for web pages. Note smooth scrolling does not
## work with the `:scroll-px` command.
## Type: Bool
c.scrolling.smooth = False
c.scrolling.smooth = False
## When to find text on a page case-insensitively.
## Type: IgnoreCase
@ -1873,7 +1873,7 @@ c.statusbar.show = "always"
## - tabs: Current active tab, e.g. `2`.
## - keypress: Display pressed keys when composing a vi command.
## - progress: Progress bar for the current page loading.
# c.statusbar.widgets = ['keypress', 'url', 'scroll', 'history', 'tabs', 'progress']
c.statusbar.widgets = ['keypress', 'url', 'scroll', 'history', 'progress']
## Open new tabs (middleclick/ctrl+click) in the background.
## Type: Bool