Update i3 config
prithugoswami prithugoswami524@gmail.com
Sat, 05 May 2018 20:56:05 +0530
1 files changed,
5 insertions(+),
2 deletions(-)
jump to
M
i3/config
→
i3/config
@@ -33,7 +33,7 @@ # kill focused window
bindsym $mod+o kill # start program launcher -bindsym $mod+d exec --no-startup-id "rofi -modi 'window,run' -show run" +bindsym $mod+d exec --no-startup-id "rofi -modi 'window,run,drun' -show run" # launch categorized menu bindsym $mod+z exec --no-startup-id morc_menu@@ -69,7 +69,7 @@ bindsym $mod+Shift+Print --release exec --no-startup-id i3-scrot -s
bindsym $mod+Ctrl+h exec xdg-open /usr/share/doc/manjaro/i3_help.pdf bindsym $mod+Ctrl+x --release exec --no-startup-id xkill -# focus_follows_mouse no +focus_follows_mouse no # change focus bindsym $mod+h focus left@@ -278,6 +278,9 @@ # exit system mode: "Enter" or "Escape"
bindsym Return mode "default" bindsym Escape mode "default" } + +# Rotate the HDMI monitor +bindsym $mod+Ctrl+r exec --no-startup-id "xrandr --output HDMI1 --mode 1280x1024 --pos 1366x768 --rotate left --output DP1 --off --output eDP1 --primary --mode 1366x768 --pos 0x1024 --rotate normal --output VIRTUAL1 --off" # Resize window (you can also use the mouse for that) bindsym $mod+r mode "resize"