diff options
| -rw-r--r-- | .config/i3/config | 7 | ||||
| -rw-r--r-- | .oh-my-zsh/custom/themes/robbyrussell.zsh-theme | 7 | ||||
| -rw-r--r-- | .zsh_aliases | 2 | ||||
| -rw-r--r-- | .zshrc | 2 |
4 files changed, 8 insertions, 10 deletions
diff --git a/.config/i3/config b/.config/i3/config index 074e17b..6927969 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -34,7 +34,7 @@ bindsym $mod+Return exec i3-sensible-terminal --hide-menubar --hide-tabbar bindsym $mod+Shift+q kill # start dmenu (a program launcher) -bindsym $mod+d exec dmenu_recent_aliases +bindsym $mod+d exec ~/.local/bin/dmenu_recent_aliases # There also is the (new) i3-dmenu-desktop which only displays applications # shipping a .desktop file. It is a wrapper around dmenu, so you need that # installed. @@ -90,6 +90,8 @@ bindsym $mod+a focus parent # focus the child container #bindsym $mod+d focus child +# bind workapce to workspace +workspace 1 output HDMI-1 # switch to workspace bindsym $mod+1 workspace 1 @@ -185,7 +187,8 @@ exec --no-startup-id xcompmgr -c -f -n # bindsym $mod+p exec xrandr --output VGA1 --auto && xrandr --output LVDS1 --off && feh --bg-center /home/stevelee/Pictures/background/evil-corp-qhd-1280x1024.jpg #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+p exec xrandr --output HDMI2 --auto && xrandr --output eDP1 --off && feh --bg-center /home/stevelee/Pictures/background/evil-corp-qhd-1280x1024.jpg +bindsym $mod+p exec xrandr --output HDMI-1 --auto --rotate left --left-of DP-1 && xrandr --output DP-1 --auto # bindsym $mod+i exec xrandr --output LVDS1 --auto && xrandr --output VGA1 --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 diff --git a/.oh-my-zsh/custom/themes/robbyrussell.zsh-theme b/.oh-my-zsh/custom/themes/robbyrussell.zsh-theme deleted file mode 100644 index 51c531f..0000000 --- a/.oh-my-zsh/custom/themes/robbyrussell.zsh-theme +++ /dev/null @@ -1,7 +0,0 @@ -local ret_status="%(?:%{$fg_bold[green]%}λ :%{$fg_bold[red]%}λ )" -PROMPT='${ret_status} %{$fg[cyan]%}%c%{$reset_color%} $(git_prompt_info)' - -ZSH_THEME_GIT_PROMPT_PREFIX="%{$fg_bold[blue]%}git:(%{$fg[red]%}" -ZSH_THEME_GIT_PROMPT_SUFFIX="%{$reset_color%} " -ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[blue]%}) %{$fg[yellow]%}✗" -ZSH_THEME_GIT_PROMPT_CLEAN="%{$fg[blue]%})" diff --git a/.zsh_aliases b/.zsh_aliases index 358d923..98b62ef 100644 --- a/.zsh_aliases +++ b/.zsh_aliases @@ -11,3 +11,5 @@ 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/' +alias ei3='emacs ~/.config/i3/config' +alias eems='emacs ~/.emacs.d/init.el' @@ -8,7 +8,7 @@ export LC_ALL=en_US.UTF-8 # Set name of the theme to load. Optionally, if you set this to "random" # it'll load a random theme each time that oh-my-zsh is loaded. # See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes -ZSH_THEME="robbyrussell" +ZSH_THEME="robbyrussell-mod" # Set list of themes to load # Setting this variable when ZSH_THEME=random |
