Update .bashrc and conky.conf
This commit is contained in:
parent
02802706d1
commit
309d735a31
2
.bashrc
2
.bashrc
@ -13,6 +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 sort='sort -n'
|
||||
|
@ -13,7 +13,7 @@
|
||||
|
||||
conky.config = {
|
||||
alignment = 'top_right',
|
||||
xinerama_head = 1,
|
||||
xinerama_head = 0,
|
||||
background = false,
|
||||
border_width = 1,
|
||||
cpu_avg_samples = 2,
|
||||
|
Loading…
x
Reference in New Issue
Block a user