mirror of
https://gitlab.sectorq.eu/jaydee/mqtt_srv.git
synced 2025-12-14 10:34:53 +01:00
bitwarden
This commit is contained in:
19
mqtt_srv.py
19
mqtt_srv.py
@@ -804,11 +804,20 @@ def on_message(client, userdata, msg):
|
|||||||
mon3 = "DisplayPort-0"
|
mon3 = "DisplayPort-0"
|
||||||
mon4 = "DisplayPort-8"
|
mon4 = "DisplayPort-8"
|
||||||
'''
|
'''
|
||||||
right = ["HDMI-A-0", "1920x1080"]
|
# right = ["HDMI-A-0", "1920x1080"]
|
||||||
tleft = ["DisplayPort-6", "1920x1080"]
|
# tleft = ["DisplayPort-6", "1920x1080"]
|
||||||
tright = ["DisplayPort-8", "1920x1080"]
|
# tright = ["DisplayPort-8", "1920x1080"]
|
||||||
left = ["DisplayPort-7", "2560x1440"]
|
# left = ["DisplayPort-7", "2560x1440"]
|
||||||
mid = ["DisplayPort-0", "3440x1440"]
|
# mid = ["DisplayPort-0", "3440x1440"]
|
||||||
|
|
||||||
|
right = config['morefine']['right']
|
||||||
|
tleft = config['morefine']['tleft']
|
||||||
|
tright = config['morefine']['tright']
|
||||||
|
left = config['morefine']['left']
|
||||||
|
mid = config['morefine']['mid']
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#xrandr --output DisplayPort-1 --primary --auto --mode 3440x1440 --output HDMI-A-0 --auto --left-of DVI-I-1-1 --mode 1920x1080 --output DisplayPort-0 --auto --left-of DisplayPort-1 --mode 2560x1440 --output DVI-I-1-1 --above DisplayPort-1 --mode 1920x1080
|
#xrandr --output DisplayPort-1 --primary --auto --mode 3440x1440 --output HDMI-A-0 --auto --left-of DVI-I-1-1 --mode 1920x1080 --output DisplayPort-0 --auto --left-of DisplayPort-1 --mode 2560x1440 --output DVI-I-1-1 --above DisplayPort-1 --mode 1920x1080
|
||||||
if myObj["target"] == "mid":
|
if myObj["target"] == "mid":
|
||||||
|
|||||||
Reference in New Issue
Block a user