about summary refs log tree commit diff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/.screenlayout/dual.sh2
-rw-r--r--debian/.xinitrc4
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/.screenlayout/dual.sh b/debian/.screenlayout/dual.sh
index 589782b..755f7cc 100755
--- a/debian/.screenlayout/dual.sh
+++ b/debian/.screenlayout/dual.sh
@@ -1,2 +1,2 @@
 #!/bin/sh
-xrandr --output VGA-0 --primary --mode 1600x900 --pos 1280x0 --rotate normal --output LVDS --mode 1280x800 --pos 0x0 --rotate normal --output S-video --off
+xrandr --output DP-1 --primary --mode 1600x900 --pos 1920x0 --rotate normal --output HDMI-1 --off --output eDP-1 --mode 1920x1080 --pos 0x0 --rotate normal --output HDMI-2 --off
diff --git a/debian/.xinitrc b/debian/.xinitrc
index 41c3414..46c7abd 100644
--- a/debian/.xinitrc
+++ b/debian/.xinitrc
@@ -6,7 +6,9 @@ xrandr --output DP-1 --mode 1600x900 --primary --right-of eDP-1
 redshift-gtk -l 21.028333:105.854167 &
 mate-power-manager &
 ibus-daemon -drx
+blueman-applet &
 nm-applet &
-clipit &
+keynav &
+diodon &
 exec awesome
 cd -