all repos — dotfiles @ 3f86f2ed4670a61c7eb71a916c73ee6d9c89fbf6

linux dotfiles

Update i3 config
prithugoswami prithugoswami524@gmail.com
Sun, 29 Apr 2018 19:10:40 +0530
commit

3f86f2ed4670a61c7eb71a916c73ee6d9c89fbf6

parent

862a84692b23c5827d3f4dde0b7d666126b44a0b

1 files changed, 3 insertions(+), 3 deletions(-)

jump to
M i3/configi3/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