config

OpenBSD system configuration
git clone git://jacobedwards.org/config
Log | Files | Refs | README

commit 153991bcd57ce61a01a5b08008fb0d6b84c3432c
parent 30b1d680583dec1f3b48c409acdd6564392676aa
Author: jacobsGit <JacobDoesLinux@protonmail.com>
Date:   Fri,  3 Jan 2020 21:50:30 -0800

removed xbanish keybind

added seperate mpd/ncmpcpp keybinds for books and music

Diffstat:
Msxhkd/.config/sxhkd/sxhkdrc | 7+++++--
1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc @@ -10,6 +10,9 @@ super + s super + m "$TERMINAL" -f "Liberation Mono:pixelsize=11:antialias=true:autohint=true" -e ncmpcpp +super + b + "$TERMINAL" -f "Liberation Mono:pixelsize=11:antialias=true:autohint=true" -e ncmpcpp -c "$HOME/.config/ncmpcpp/config-books" + super + n "$TERMINAL" -e ranger "$HOME/.notes/" @@ -36,9 +39,9 @@ super + shift + q ctrl + shift + c toggle 'picom' ctrl + shift + m - toggle 'mpd' + mpd-toggle 'music' ctrl + shift + b - toggle 'xbanish' + mpd-toggle 'books'