added mod+shift+enter to open terminal with alternate color theme
This commit is contained in:
@ -211,6 +211,7 @@ client.placeholder $PLACEHOLDER_BORDER $PLACEHOLDER_BACKGROUND $PLACEHOLDER_TEXT
|
||||
|
||||
# Terminal / Application Launcher
|
||||
bindsym $mod+Return exec i3-sensible-terminal
|
||||
bindsym $mod+shift+Return exec --no-startup-id $UTILS alternateterm
|
||||
bindsym $mod+space exec --no-startup-id dmenu_run -fn 'DejaVu Sans Mono-25'
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
1
config/kitty/alternate.conf
Symbolic link
1
config/kitty/alternate.conf
Symbolic link
@ -0,0 +1 @@
|
||||
/home/w0ryn/.wryn/config/colorschemes/kitty/WrynValentines.conf
|
Reference in New Issue
Block a user