prompt switch
This commit is contained in:
8
.bashrc
8
.bashrc
@@ -22,8 +22,12 @@ YELLOW="\[$(tput setaf 3)\]"
|
|||||||
LIGHTBLUE="\[$(tput setaf 4)\]"
|
LIGHTBLUE="\[$(tput setaf 4)\]"
|
||||||
BLUE="\[$(tput setaf 27)\]"
|
BLUE="\[$(tput setaf 27)\]"
|
||||||
RESET="\[$(tput sgr0)\]"
|
RESET="\[$(tput sgr0)\]"
|
||||||
#PS1="${BLUE}\u@\h \W>${RESET} "
|
if [[ -z "$DISPLAY" ]]; then
|
||||||
PS1="${LIGHTBLUE}\W>${RESET} "
|
PS1="${YELLOW}\u@\h \W>${RESET} "
|
||||||
|
else
|
||||||
|
#PS1="${BLUE}\u@\h \W>${RESET} "
|
||||||
|
PS1="${LIGHTBLUE}\W>${RESET} "
|
||||||
|
fi
|
||||||
|
|
||||||
man() {
|
man() {
|
||||||
LESS_TERMCAP_md=$'\e[01;31m' \
|
LESS_TERMCAP_md=$'\e[01;31m' \
|
||||||
|
|||||||
@@ -49,7 +49,7 @@ bindsym XF86AudioMute exec pactl set-sink-mute 0 toggle
|
|||||||
font pango:monospace 8
|
font pango:monospace 8
|
||||||
|
|
||||||
# Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/)
|
# Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/)
|
||||||
# output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill
|
output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill
|
||||||
|
|
||||||
#Apple trackpad input device id:
|
#Apple trackpad input device id:
|
||||||
input "1452:657:bcm5974" {
|
input "1452:657:bcm5974" {
|
||||||
|
|||||||
Reference in New Issue
Block a user