diff --git a/.bashrc b/.bashrc index ddf61db..ca52422 100644 --- a/.bashrc +++ b/.bashrc @@ -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 ' diff --git a/.config/conky/conky.conf b/.config/conky/conky.conf index cd80b39..cb9fc67 100644 --- a/.config/conky/conky.conf +++ b/.config/conky/conky.conf @@ -13,6 +13,7 @@ conky.config = { alignment = 'top_right', + xinerama_head = 1, background = false, border_width = 1, cpu_avg_samples = 2,