Initial commit
This commit is contained in:
17
config
Normal file
17
config
Normal file
@ -0,0 +1,17 @@
|
||||
auto-reload yes
|
||||
reload-time 5
|
||||
reload-threads 100
|
||||
browser "nohup firefox '%u' > /dev/null 2>&1&"
|
||||
macro y set browser "nohup mpv --x11-name=noSwallow '%u' > /dev/null 2>&1&" ; open-in-browser ; set browser "nohup firefox '%u' > /dev/null 2>&1&"
|
||||
unbind-key h
|
||||
unbind-key j
|
||||
unbind-key k
|
||||
unbind-key l
|
||||
bind-key h quit
|
||||
bind-key j down
|
||||
bind-key k up
|
||||
bind-key l open
|
||||
unbind-key g # bound to `sort` by default
|
||||
bind-key g home
|
||||
unbind-key G # bound to `rev-sort` by default
|
||||
bind-key G end
|
||||
Reference in New Issue
Block a user