Add minor configs for sxhkd and qutebrowser
This commit is contained in:
parent
3a173493f8
commit
164c6d07cd
2 changed files with 8 additions and 4 deletions
|
@ -6,13 +6,15 @@ c.auto_save.session = True
|
|||
|
||||
c.downloads.position = 'bottom'
|
||||
|
||||
c.url.start_pages = ['dashboard.serguzim.me', 'cloud.serguzim.me', 'localhost:6680/iris/']
|
||||
c.url.searchengines = {'DEFAULT': 'bookmarks.serguzim/?q={}'}
|
||||
c.fonts.hints = 'bold 18px default_family'
|
||||
|
||||
c.tabs.background = True
|
||||
c.tabs.mousewheel_switching = False
|
||||
c.tabs.new_position.related = 'last'
|
||||
|
||||
c.url.start_pages = ['dashboard.serguzim.me', 'cloud.serguzim.me', 'localhost:6680/iris/']
|
||||
c.url.searchengines = {'DEFAULT': 'bookmarks.serguzim/?q={}'}
|
||||
|
||||
c.zoom.default = 130
|
||||
|
||||
config.bind(',v', 'spawn mpv {url}')
|
||||
|
@ -21,6 +23,8 @@ config.bind(',V', 'hint links spawn mpv {hint-url}')
|
|||
config.bind(',b', 'spawn brave {url}')
|
||||
config.bind(',B', 'hint links spawn brave {hint-url}')
|
||||
|
||||
config.bind(',j', 'spawn --userscript format_json')
|
||||
|
||||
config.bind(',s', 'spawn steam steam://openurl/{url}')
|
||||
config.bind(',rr', 'open {url:scheme}://removeddit.com{url:path}{url:query}')
|
||||
config.bind(',rt', 'open {url:scheme}://reddit.tube{url:path}{url:query}')
|
||||
|
|
|
@ -22,7 +22,7 @@ super + {_, ctrl +, shift + } Print
|
|||
suas {sel, win, }
|
||||
|
||||
super + Pause
|
||||
$HOME/.local/bin/rofi-shutdown
|
||||
rofi-shutdown
|
||||
|
||||
#
|
||||
# wm independent media hotkeys
|
||||
|
@ -49,7 +49,7 @@ XF86MonBrightnessDown
|
|||
[ $(xbacklight -get | cut -d'.' -f 1) -ge 10 ] && xbacklight -dec 5
|
||||
|
||||
super + v
|
||||
mpv $(xclip -o -selection clipboard)
|
||||
mpv $(xclip -o -selection clipboard); notify-send "mpv media playback finished"
|
||||
|
||||
#
|
||||
# bspwm hotkeys
|
||||
|
|
Loading…
Reference in a new issue