18 lines
476 B
Plaintext
18 lines
476 B
Plaintext
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
|