Browse Source

Change monitor position

Andrew Swistak 9 years ago
parent
commit
666c996be7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bin/toggle_external_display.rb

+ 1 - 1
bin/toggle_external_display.rb

@@ -2,7 +2,7 @@
 
 xrandr = `xrandr`.to_s
 
-@common_monitors = { '3440x1440' => 'left', '2560x1440' => 'left' }
+@common_monitors = { '3440x1440' => 'right', '2560x1440' => 'left' }
 @audio_enabled_monitors = [ '3440x1440' ]
 @restart_conky = ARGV.include?('--restart-conky') || system('pgrep openbox -u $USER >/dev/null')
 @internal_monitor = xrandr.match(/((LVDS|eDP)\d*) connected/)[1]