added multi-monitor support

This commit is contained in:
paul-loedige
2020-11-22 12:12:52 +01:00
parent 90e43d50d7
commit 2bc3cb742f
4 changed files with 6 additions and 8 deletions
+1
View File
@@ -32,4 +32,5 @@ fi
setxkbmap de & setxkbmap de &
nitrogen --restore & nitrogen --restore &
bash .screenlayout/layout.sh &
exec qtile exec qtile
+3 -1
View File
@@ -1,7 +1,9 @@
defaults.pcm.card 1
defaults.ctl.card 1
pcm.upmix51 { pcm.upmix51 {
type upmix type upmix
slave.pcm "surround51" slave.pcm "surround51"
delay 0 delay 10
channels 6 channels 6
} }
pcm.!default "plug:upmix51" pcm.!default "plug:upmix51"
-7
View File
@@ -39,13 +39,6 @@ from libqtile.lazy import lazy
mod = "mod4" mod = "mod4"
terminal = "termite" terminal = "termite"
#region autostart
@hook.subscribe.startup_once
def autostart():
layout = os.path.expanduser('~/.config/qtile/layout.sh')
subprocess.call([layout])
#endregion
#region key_and_mouse_bindings #region key_and_mouse_bindings
keys = [ keys = [
+2
View File
@@ -0,0 +1,2 @@
#!/bin/sh
xrandr --output DVI-I-1 --primary --mode 1280x1024 --pos 2082x0 --rotate normal --output DP-1 --off --output DP-2 --off --output DP-3 --mode 3440x1440 --pos 1080x1024 --rotate normal --output HDMI-1 --mode 1920x1080 --pos 0x699 --rotate left