forked from logan/dotfiles
Made PS1 better and switched to mate-screensaver
This commit is contained in:
parent
04c5444e78
commit
9b27d92519
2 changed files with 2 additions and 2 deletions
2
.bashrc
2
.bashrc
|
@ -22,5 +22,5 @@ alias dolphin='/usr/bin/dolphin --stylesheet ~/.config/qt5ct/qss/dolphin.qss'
|
|||
|
||||
complete -cf sudo
|
||||
|
||||
PS1='[\u@\h \W]\$ '
|
||||
PS1="[\\u@\\h: \\w]$ "
|
||||
[ -f /opt/miniconda3/etc/profile.d/conda.sh ] && source /opt/miniconda3/etc/profile.d/conda.sh
|
||||
|
|
|
@ -213,7 +213,7 @@ exec_always --no-startup-id feh --bg-fill ~/Pictures/scr00015.png
|
|||
|
||||
exec --no-startup-id QT_QPA_PLATFORMTHEME=qt5ct flameshot 2>&1 &
|
||||
exec --no-startup-id compton 2>&1 &
|
||||
exec --no-startup-id xfce4-screensaver 2>&1 &
|
||||
exec --no-startup-id mate-screensaver 2>&1 &
|
||||
#exec --no-startup-id xautolock -time 10 -locker 'xfce4-screensaver-command -l' 2>&1 &
|
||||
exec --no-startup-id /usr/lib/xfce4/notifyd/xfce4-notifyd 2>&1 &
|
||||
#exec --no-startup-id /usr/bin/lxqt-notificationd 2>&1 &
|
||||
|
|
Loading…
Reference in a new issue