diff options
| author | Steve Lee <me@xiangyangli.com> | 2019-05-13 09:00:04 +0800 |
|---|---|---|
| committer | Steve Lee <me@xiangyangli.com> | 2019-05-13 09:00:04 +0800 |
| commit | 98a53ba966b0f2ffc2a2568e8614084ad9d385a2 (patch) | |
| tree | f01637bf8b0163f4ad09bf5756bc949615085124 /.config | |
| parent | 87bcb1d11871a327639f04f603d21a47cfb4f134 (diff) | |
| download | dotfiles-98a53ba966b0f2ffc2a2568e8614084ad9d385a2.tar.xz dotfiles-98a53ba966b0f2ffc2a2568e8614084ad9d385a2.zip | |
update
Diffstat (limited to '.config')
| -rw-r--r-- | .config/i3/config | 7 |
1 files changed, 5 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 |
