diff options
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 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 |
