logiscool

This commit is contained in:
Debucquoy Anthony 2024-03-08 08:12:36 +01:00
parent c301c0c984
commit 39e2301518
Signed by: tonitch
GPG Key ID: A78D6421F083D42E
3 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -1 +1,2 @@
emulate sh -c 'source /etc/profile' emulate sh -c 'source /etc/profile'
emulate sh -c 'source ~/.profile'

View File

@ -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')