summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Lee <me@xiangyangli.com>2022-04-24 06:54:33 +0800
committerSteve Lee <me@xiangyangli.com>2022-04-24 06:54:33 +0800
commitcf44ca6f30e1362c390b14475ed4690d0b8da7e1 (patch)
treef995f12e2d201daa76a6fc7091a322443b680168
parent1e7c1dd60e95c46fa007891720297b867dd920d9 (diff)
downloaddotfiles-cf44ca6f30e1362c390b14475ed4690d0b8da7e1.tar.xz
dotfiles-cf44ca6f30e1362c390b14475ed4690d0b8da7e1.zip
update
-rw-r--r--.config/i3/config4
-rw-r--r--.zsh_aliases2
-rw-r--r--.zshrc1
3 files changed, 5 insertions, 2 deletions
diff --git a/.config/i3/config b/.config/i3/config
index c9555f4..074e17b 100644
--- a/.config/i3/config
+++ b/.config/i3/config
@@ -187,9 +187,9 @@ exec --no-startup-id xcompmgr -c -f -n
#bindsym $mod+p exec xrandr --output DP1 --auto && xrandr --output eDP1 --off && feh --bg-center /home/stevelee/Pictures/background/evil-corp-qhd-1280x1024.jpg
bindsym $mod+p exec xrandr --output HDMI2 --auto && xrandr --output eDP1 --off && feh --bg-center /home/stevelee/Pictures/background/evil-corp-qhd-1280x1024.jpg
# bindsym $mod+i exec xrandr --output LVDS1 --auto && xrandr --output VGA1 --off
-bindsym $mod+i exec xrandr --output eDP1 --mode 1280x720 && xrandr --output HDMI2 --off
+bindsym $mod+i exec xrandr --output eDP1 --auto && xrandr --output HDMI2 --off
# bindsym $mod+u exec xrandr --output VGA1 --auto --right-of LVDS1 && feh --bg-center /home/stevelee/Pictures/background/evil-corp-qhd-1280x1024.jpg
-bindsym $mod+u exec xrandr --output eDP1 --mode 1280x720 --output HDMI2 --auto --right-of eDP1 && feh --bg-center /home/stevelee/Pictures/background/evil-corp-qhd-1280x1024.jpg
+bindsym $mod+u exec xrandr --output eDP1 --auto --output HDMI2 --auto --right-of eDP1 && feh --bg-center /home/stevelee/Pictures/background/evil-corp-qhd-1280x1024.jpg
#bindsym $mod+Shift+u exec xrandr --output VGA1 --auto --left-of LVDS1 && feh --bg-center /home/stevelee/Pictures/background/evil-corp-qhd-1280x1024.jpg
diff --git a/.zsh_aliases b/.zsh_aliases
index 5a36441..358d923 100644
--- a/.zsh_aliases
+++ b/.zsh_aliases
@@ -9,3 +9,5 @@ alias cp1='cd ~/Vagrant/pc1/'
alias cp2='cd ~/Vagrant/pc2/'
alias cp3='cd ~/Vagrant/pc3/'
alias cp4='cd ~/Vagrant/pc4/'
+alias cs='cd ~/Dropbox/Courses/Software_Engineering/'
+alias co='cd ~/vagrant-boxes/OracleDatabase/18.3.0/'
diff --git a/.zshrc b/.zshrc
index c62f1ae..586990f 100644
--- a/.zshrc
+++ b/.zshrc
@@ -68,6 +68,7 @@ source $ZSH/oh-my-zsh.sh
# User configuration
# export MANPATH="/usr/local/man:$MANPATH"
+export PATH=$PATH:/home/steve/.local/bin
# You may need to manually set your language environment
# export LANG=en_US.UTF-8