From 98a53ba966b0f2ffc2a2568e8614084ad9d385a2 Mon Sep 17 00:00:00 2001 From: Steve Lee Date: Mon, 13 May 2019 09:00:04 +0800 Subject: update --- .config/i3/config | 7 +++++-- .zsh_aliases | 2 ++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.config/i3/config b/.config/i3/config index c9555f4..e77e6a5 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 --mode 1280x720 && 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/.zsh_aliases b/.zsh_aliases index 5a36441..ed2c0d4 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 ei3='emacs ~/.config/i3/config' +alias eems='emacs ~/.emacs.d/init.el' -- cgit v1.2.3