diff options
-rw-r--r-- | .config/ncmpc/keys | 19 | ||||
-rw-r--r-- | .config/x11/xinitrc | 2 | ||||
-rwxr-xr-x | .local/bin/scrhome | 1 |
3 files changed, 21 insertions, 1 deletions
diff --git a/.config/ncmpc/keys b/.config/ncmpc/keys index cb59513..f48b205 100644 --- a/.config/ncmpc/keys +++ b/.config/ncmpc/keys @@ -6,9 +6,21 @@ key home = 262, Ctrl-A, 'g' ## Move cursor to the bottom of the list key end = 360, Ctrl-E, 'G' +## Select currently playing song +key select-playing = 'o' + +## Help screen +key screen-help = '1', F1 + +## Play/Enter directory +key play = Ctrl-M, 'l' + ## Pause key pause = 'P', 32 +## Crop +key crop = 'X' + ## Select/deselect song in queue key select = 'a' @@ -18,8 +30,15 @@ key delete = 330, 'd', 'x' ## Toggle crossfade mode key crossfade = 0 +## Save queue +key save = 0 + ## Append song to queue key add = 0 +## Go to parent directory +key go-parent-directory = 'h', 34 + ## Locate song in browser key locate = 0 + diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc index f70cb15..3661337 100644 --- a/.config/x11/xinitrc +++ b/.config/x11/xinitrc @@ -6,7 +6,7 @@ pkill lowbat /home/jozan/.local/bin/scrmain /home/jozan/.local/bin/kb -# /usr/local/bin/musicpd >/dev/null 2>&1 +/usr/local/bin/musicpd >/dev/null 2>&1 /usr/local/bin/compton >/dev/null 2>&1 & /usr/local/bin/dunst >/dev/null 2>&1 & /usr/local/bin/mpd-notification >/dev/null 2>&1 & diff --git a/.local/bin/scrhome b/.local/bin/scrhome index 68136a4..492395d 100755 --- a/.local/bin/scrhome +++ b/.local/bin/scrhome @@ -57,3 +57,4 @@ xrandr \ --output DP-2 --off \ --output DP-3 --off setwp +ekb |