added multi-monitor support
This commit is contained in:
@@ -32,4 +32,5 @@ fi
|
|||||||
|
|
||||||
setxkbmap de &
|
setxkbmap de &
|
||||||
nitrogen --restore &
|
nitrogen --restore &
|
||||||
|
bash .screenlayout/layout.sh &
|
||||||
exec qtile
|
exec qtile
|
||||||
|
|||||||
+3
-1
@@ -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"
|
||||||
|
|||||||
@@ -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 = [
|
||||||
|
|||||||
Executable
+2
@@ -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
|
||||||
Reference in New Issue
Block a user