dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 30ed158eeae3327f0ec7d2a45c038ab6c9ecd230
parent a23f1f1a15639ecc5c936fd0632b13e224c5d509
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Tue, 10 Sep 2019 11:53:20 +0200

Clean up commands, remove textqr binding

Diffstat:
M.commands.sh | 2+-
M.config/sxhkd/sxhkdrc | 2--
2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/.commands.sh b/.commands.sh @@ -18,7 +18,7 @@ c() { alias ls='ls -F' alias l='ls -alFh' -O() { +o() { [ "$(uname)" = 'Darwin' ] && open="open" || open="xdg-open" if [ "$#" -gt 0 ] && [ -f "$1" ]; then setsid $open "$1" >/dev/null 2>&1 diff --git a/.config/sxhkd/sxhkdrc b/.config/sxhkd/sxhkdrc @@ -86,8 +86,6 @@ alt + t message -p alt + shift + o $TERMINAL -e htop -alt + shift + t - textqr alt + y $TERMINAL -e tmux new-session 'cd ~/tmp && youtube-viewer' alt + shift + y