Getting things setup for sway wayland

This commit is contained in:
Chris Cochrun 2021-04-16 06:09:09 -05:00
parent 2287ac931b
commit e94ff95428
20 changed files with 513 additions and 53 deletions

View file

@ -1328,7 +1328,7 @@ c.downloads.remove_finished = 8000
## font setting, it's replaced with the fonts listed here. If set to an
## empty value, a system-specific monospace default is used.
## Type: List of Font, or Font
# c.fonts.default_family = []
c.fonts.default_family = ['VictorMono Nerd Font']
## Default font size to use. Whenever "default_size" is used in a font
## setting, it's replaced with the size listed here. Valid values are
@ -1379,7 +1379,7 @@ c.downloads.remove_finished = 8000
## Font family for cursive fonts.
## Type: FontFamily
# c.fonts.web.family.cursive = ''
c.fonts.web.family.cursive = 'default_family'
## Font family for fantasy fonts.
## Type: FontFamily
@ -1387,7 +1387,7 @@ c.downloads.remove_finished = 8000
## Font family for fixed fonts.
## Type: FontFamily
# c.fonts.web.family.fixed = ''
c.fonts.web.family.fixed = 'default_family'
## Font family for sans-serif fonts.
## Type: FontFamily
@ -1399,7 +1399,7 @@ c.downloads.remove_finished = 8000
## Font family for standard fonts.
## Type: FontFamily
# c.fonts.web.family.standard = ''
c.fonts.web.family.standard = 'default_family'
## Default font size (in pixels) for regular text.
## Type: Int
@ -1547,7 +1547,7 @@ c.hints.selectors['all'].append('label')
## Make characters in hint strings uppercase.
## Type: Bool
# c.hints.uppercase = False
c.hints.uppercase = True
## Maximum time (in minutes) between two history items for them to be
## considered being from the same browsing session. Items with less time
@ -2029,7 +2029,7 @@ c.tabs.show_switching_delay = 600
## Open a new window for every tab.
## Type: Bool
c.tabs.tabs_are_windows = True
c.tabs.tabs_are_windows = False
## Alignment of the text inside of tabs.
## Type: TextAlignment
@ -2266,7 +2266,7 @@ config.bind("J", "tab-prev")
# config.bind('b', 'set-cmd-text -s :quickmark-load')
# config.bind('cd', 'download-clear')
# config.bind('co', 'tab-only')
config.bind("d", "close")
# config.bind("d", "close")
# config.bind('f', 'hint')
# config.bind('g$', 'tab-focus -1')
# config.bind('g0', 'tab-focus 1')
@ -2487,5 +2487,8 @@ config.bind(
"hint links spawn alacritty -e youtube-dl -o ~/Videos/%(title)s.%(ext)s {hint-url}",
)
config.bind('d', 'tab-close')
config.bind('b', 'set-cmd-text -s :tab-select ')
## Bindings for MPV and YTDL
# config.bind('o', 'spawn --userscript rofi')