Update .bashrc and conky.conf

This commit is contained in:
daniele 2023-08-30 13:04:51 +02:00
parent 7255404fce
commit 9df671e8e6
Signed by: fuxino
GPG Key ID: 981A2B2A3BBF5514
2 changed files with 2 additions and 3 deletions

View File

@ -13,10 +13,8 @@ complete -c man
alias cinnamon-restart='nohup cinnamon --replace > /dev/null 2>&1 &'
alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
alias ls='ls -v --color=auto'
alias monitor-off='xrandr --output HDMI-1-0 --off'
alias monitor-on='xrandr --output HDMI-1-0 --auto --left-of eDP-1 --primary --set "PRIME Synchronization" 1'
alias mutt='pushd ~/Downloads > /dev/null; mutt; popd > /dev/null'
alias reset-monitor='xrandr --output HDMI-1-0 --off; xrandr --output HDMI-1-0 --auto --left-of eDP-1 --primary --set "PRIME Synchronization" 1'
alias set-monitor='xrandr --output HDMI-1-0 --auto --left-of eDP-1 --set "PRIME Synchronization" 1 --output eDP-1 --primary'
alias sort='sort -n'
alias ssh='ssh -X'
alias sudo='sudo '

View File

@ -13,6 +13,7 @@
conky.config = {
alignment = 'top_right',
xinerama_head = 1,
background = false,
border_width = 1,
cpu_avg_samples = 2,