added mod+shift+enter to open terminal with alternate color theme

This commit is contained in:
Wryn Wagner
2021-02-23 15:38:03 -07:00
parent 2b799e06ef
commit 81ee2bcca4
5 changed files with 29 additions and 4 deletions

View File

@ -19,6 +19,8 @@ LOG_OUT="$UTIL_BIN/i3/logout.sh";
BG_RANDOMIZE="$UTIL_BIN/feh/randomize-background.sh"
ALTERNATE_TERMINAL="$UTIL_BIN/kitty/alternate-terminal.sh"
case $1 in
next ) "$MEDIA__NEXT" ;;
@ -37,4 +39,6 @@ case $1 in
logout ) "$LOG_OUT" ;;
bgrandomize ) "$BG_RANDOMIZE" ;;
alternateterm ) "$ALTERNATE_TERMINAL" ;;
esac