2560 1440 woo

This commit is contained in:
2015-09-17 13:33:31 -04:00
parent 4cb4782aa0
commit a75dee5e64
2 changed files with 3 additions and 3 deletions

View File

@@ -212,9 +212,9 @@ bar {
# Laptop Screen # Laptop Screen
output LVDS1 output LVDS1
output LVDS2 output LVDS2
output LVDS-1
output DP-1
status_command py3status status_command py3status
tray_output LVDS1
tray_output LVDS2
colors { colors {
background $base background $base
statusline $base_text statusline $base_text

View File

@@ -1,5 +1,5 @@
#!/bin/bash #!/bin/bash
xrandr --output VGA1 --left-of LVDS1 --auto xrandr --output DP-1 --above LVDS-1 --auto
feh --randomize --bg-fill ~/Backgrounds/* feh --randomize --bg-fill ~/Backgrounds/*