diff --git a/sxhkd/.config/sxhkd/sxhkdrc b/sxhkd/.config/sxhkd/sxhkdrc index 122cee2..840a58e 100755 --- a/sxhkd/.config/sxhkd/sxhkdrc +++ b/sxhkd/.config/sxhkd/sxhkdrc @@ -250,7 +250,7 @@ super + space dmenu_recent -i -l 14 -w 600 -y $PANEL_HEIGHT super + p - st spt + logiscool_setup super + shift + Return st diff --git a/zsh/.zprofile b/zsh/.zprofile index 6bfcdf7..c327e97 100644 --- a/zsh/.zprofile +++ b/zsh/.zprofile @@ -1 +1,2 @@ emulate sh -c 'source /etc/profile' +emulate sh -c 'source ~/.profile' diff --git a/zsh/.zshrc b/zsh/.zshrc index b5ae5d6..d4be57d 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -182,7 +182,8 @@ bindkey '^[[B' history-substring-search-down # Apply different settigns for different terminals case $(basename "$(cat "/proc/$PPID/comm")") in 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 ;; # 'tmux: server')