summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
author Ryan P.C. McQuen2014-06-05 01:15:36 +0200
committer Willy Sudiarto Raharjo2014-06-05 01:15:36 +0200
commitc483dcab0cbf1d878e2a886cd1bc71e5aa6b3a3d (patch)
treed438bc900515b82360e3ff87c388f7d4e52a8604 /desktop
parent2162428cbe3cfd346cb58166f3b4cae11e9eea82 (diff)
downloadslackbuilds-c483dcab0cbf1d878e2a886cd1bc71e5aa6b3a3d.tar.gz
desktop/dwm: Update README.CONFIG.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r--desktop/dwm/README.CONFIG21
1 files changed, 21 insertions, 0 deletions
diff --git a/desktop/dwm/README.CONFIG b/desktop/dwm/README.CONFIG
index 16a7d2ea57..bbd139540a 100644
--- a/desktop/dwm/README.CONFIG
+++ b/desktop/dwm/README.CONFIG
@@ -19,6 +19,27 @@ with a small point.
dwm draws a small border around windows to indicate their focus state.
+
+MULTI-MONITOR SETUP
+-------------------
+
+In multi-monitor situations, you will probably need to run some
+xrandr settings. For example, considering a laptop with an external
+monitor to the right of it, the following command would 'extend' the
+display (rather than the default mirroring), and set the correct
+resolution for both displays:
+
+ $ xrandr --auto --output LVDS --primary --mode 1366x768 \
+ --left-of VGA-0 --output VGA-0 --mode 1280x1024
+
+To determine your optimal resolutions and display names, simply run:
+
+ $ xrandr -q
+
+To make this change permanent simply place the xrandr command before
+'exec dwm' in your '.xinitrc'.
+
+
CUSTOMIZATION
-------------
If you wish to make changes to the default keybindings or other