Compare commits
2 Commits
30e3ab0742
...
121e839e0a
| Author | SHA1 | Date |
|---|---|---|
|
|
121e839e0a | |
|
|
35b125d442 |
|
|
@ -14,10 +14,10 @@ set $mod Mod4
|
||||||
|
|
||||||
# ~~ Define output displays (primary, secondary monitor)
|
# ~~ Define output displays (primary, secondary monitor)
|
||||||
set $OUTPUT1 HDMI-A-1
|
set $OUTPUT1 HDMI-A-1
|
||||||
set $OUTPUT2 DVI-D-0
|
set $OUTPUT2 DisplayPort-1
|
||||||
|
|
||||||
set $OUTPUT_LEFT HDMI-A-1
|
set $OUTPUT_LEFT HDMI-A-1
|
||||||
set $OUTPUT_RIGHT DVI-D-0
|
set $OUTPUT_RIGHT DisplayPort-1
|
||||||
|
|
||||||
|
|
||||||
# GENERAL SETTINGS
|
# GENERAL SETTINGS
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
TERMINAL=sakura
|
||||||
|
|
||||||
# Use GTK2 theme for Qt5 for a consistent look and feel
|
# Use GTK2 theme for Qt5 for a consistent look and feel
|
||||||
export QT_QPA_PLATFORMTHEME=gtk2
|
export QT_QPA_PLATFORMTHEME=gtk2
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue