diff options
author | Adrian Kummerlaender | 2016-08-08 22:05:35 +0200 |
---|---|---|
committer | Adrian Kummerlaender | 2016-08-08 22:05:35 +0200 |
commit | fd9de0a849a72b46b18fe60367b204c2c52552c4 (patch) | |
tree | 4ebe572f36ff4a69db593d36a0922dd19362893c /busking | |
parent | c825a0ac07768c467e054aeaf66a6200fb4af388 (diff) | |
download | dotfiles-fd9de0a849a72b46b18fe60367b204c2c52552c4.tar dotfiles-fd9de0a849a72b46b18fe60367b204c2c52552c4.tar.gz dotfiles-fd9de0a849a72b46b18fe60367b204c2c52552c4.tar.bz2 dotfiles-fd9de0a849a72b46b18fe60367b204c2c52552c4.tar.lz dotfiles-fd9de0a849a72b46b18fe60367b204c2c52552c4.tar.xz dotfiles-fd9de0a849a72b46b18fe60367b204c2c52552c4.tar.zst dotfiles-fd9de0a849a72b46b18fe60367b204c2c52552c4.zip |
Replace `xdg-open` launcher with the much simpler `busking`
Diffstat (limited to 'busking')
-rw-r--r-- | busking/.config/busking/config | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/busking/.config/busking/config b/busking/.config/busking/config new file mode 100644 index 0000000..e934168 --- /dev/null +++ b/busking/.config/busking/config @@ -0,0 +1,7 @@ +image/ = sxiv +video/ = mpv +audio/ = mplayer::urxvtc +text/ = gvim +application/pdf = zathura +inode/directory = ranger?:urxvtc +@^(https?://|www\.) = firefox |