logiscool
This commit is contained in:
parent
c301c0c984
commit
39e2301518
@ -250,7 +250,7 @@ super + space
|
|||||||
dmenu_recent -i -l 14 -w 600 -y $PANEL_HEIGHT
|
dmenu_recent -i -l 14 -w 600 -y $PANEL_HEIGHT
|
||||||
|
|
||||||
super + p
|
super + p
|
||||||
st spt
|
logiscool_setup
|
||||||
|
|
||||||
super + shift + Return
|
super + shift + Return
|
||||||
st
|
st
|
||||||
|
@ -1 +1,2 @@
|
|||||||
emulate sh -c 'source /etc/profile'
|
emulate sh -c 'source /etc/profile'
|
||||||
|
emulate sh -c 'source ~/.profile'
|
||||||
|
@ -182,7 +182,8 @@ bindkey '^[[B' history-substring-search-down
|
|||||||
# Apply different settigns for different terminals
|
# Apply different settigns for different terminals
|
||||||
case $(basename "$(cat "/proc/$PPID/comm")") in
|
case $(basename "$(cat "/proc/$PPID/comm")") in
|
||||||
login)
|
login)
|
||||||
RPROMPT="%{$fg[red]%} %(?..[%?])"
|
RPROMPT="%(?.%{$fg[green]%}✓ %{$reset_color%}.%{$fg[red]%}✗ %{$reset_color%})"
|
||||||
|
# RPROMPT="%{$fg[red]%} %(?..[%?])"
|
||||||
alias x='startx ~/.xinitrc' # Type name of desired desktop after x, xinitrc is configured for it
|
alias x='startx ~/.xinitrc' # Type name of desired desktop after x, xinitrc is configured for it
|
||||||
;;
|
;;
|
||||||
# 'tmux: server')
|
# 'tmux: server')
|
||||||
|
Loading…
Reference in New Issue
Block a user