diff options
| -rw-r--r-- | .config/i3/config | 4 | ||||
| -rw-r--r-- | .zsh_aliases | 2 | ||||
| -rw-r--r-- | .zshrc | 1 |
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/' @@ -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 |
