Update i3 config
prithugoswami prithugoswami524@gmail.com
Sun, 29 Apr 2018 19:10:40 +0530
1 files changed,
3 insertions(+),
3 deletions(-)
jump to
M
i3/config
→
i3/config
@@ -197,13 +197,13 @@
set $monitor_none "xrandr --output HDMI1 --off --output DP1 --off --output eDP1 --primary --mode 1366x768 --pos 0x1024 --rotate normal --output VIRTUAL1 --off" # sets the monitor to the top -bindsym $mod+Shift+t exec $monitor_top && sleep 1 ; exec $fehbg && echo $monitor_top > ~/.screenlayout/last_layout +bindsym $mod+Shift+t exec $monitor_top ; exec sleep 1 ; exec $fehbg ; exec echo $monitor_top > ~/.screenlayout/last_layout # sets monitor to the right -bindsym $mod+Shift+y exec $monitor_right && sleep 1 ; exec $fehbg && echo $monitor_right > ~/.screenlayout/last_layout +bindsym $mod+Shift+y exec $monitor_right ; exec sleep 1 ; exec $fehbg ; exec echo $monitor_right > ~/.screenlayout/last_layout # when there is no external monitor connected -bindsym $mod+Shift+g exec $monitor_none && sleep 1 ; exec $fehbg && echo $monitor_right > ~/.screenlayout/last_layout +bindsym $mod+Shift+g exec $monitor_none ; exec sleep 1 ; exec $fehbg ; exec echo $monitor_right > ~/.screenlayout/last_layout # Open applications on specific workspaces