all repos — dotfiles @ 3af911173e7e737a8aed18bffe89fc0b1cf0e06d

linux dotfiles

update i3/config
Prithu Goswami prithugoswami524@gmail.com
Thu, 02 Apr 2020 13:28:58 +0530
commit

3af911173e7e737a8aed18bffe89fc0b1cf0e06d

parent

667fd84db416963317cb2d8acdc625833466a973

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

jump to
M i3/configi3/config

@@ -128,8 +128,8 @@ #}}}

## Window Decorations ##{{{ # class border backgr. text indic. child_border - client.focused #232323 #232323 #dddddd - client.focused_inactive #000000 #000000 #dddddd + client.focused #232323 #232323 #cccccc + client.focused_inactive #000000 #000000 #cccccc client.unfocused #000000 #000000 #777777 client.urgent $arc_red $arc_red $arc_white client.placeholder #000000 #0c0c0c #ffffff #000000

@@ -381,7 +381,7 @@ set $monitor_none "xrandr --output HDMI-1 --off --output eDPI-1 --mode 1366x768 --pos 0x0 --rotate normal"

set $monitor_duplicate "xrandr --output eDPI-1 --primary --mode 1366x768 --scale 1x1 --output HDMI-1 --same-as eDPI-1 --mode 1280x1024 --scale 0.75x0.75" -set $monitor_right_r_left "xrandr --output HDMI-1 --mode 1280x1024 --pos 1370x0 --rotate left --output eDPI-1 --primary --mode 1366x768 --pos 0x0 --rotate normal" +set $monitor_right_r_left "xrandr --output HDMI-1 --mode 1280x1024 --pos 1370x0 --rotate left --output eDPI-1 --mode 1366x768 --pos 0x0 --rotate normal" set $mode_monitor_position (T)-Monitor Top , (Y)-Monitor right , (G)-Monitor None , (F)-Monitor Mirror , (<C-y>)-Monitor Right Rotate Left bindsym $mod+y mode "$mode_monitor_position"