Skip to content
Snippets Groups Projects
Commit 9692fb0c authored by Jiří Kalvoda's avatar Jiří Kalvoda
Browse files

I3 xrander-arzen: camomile

parent c3065fe9
Branches
No related tags found
No related merge requests found
......@@ -10,6 +10,7 @@ def xrandr_set(mode_name, eDP_1=(fhd, (0,0)), DP_1=None, HDMI_1=None, after="",
xrandr_set("std")
xrandr_set("std_small", eDP_1=((1280,720), (0,0)))
xrandr_set("verbatim_left_hand", eDP_1=(fhd, (1080, 0)), DP_1=(fhd, (0,0), left), after=map_touchscreen, primary="DP_1")
xrandr_set("verbatim_left_hand_only", eDP_1=None, DP_1=(fhd, (0,0), left), after=map_touchscreen, primary="DP_1")
......@@ -20,6 +21,9 @@ xrandr_set("verbatim_left_table", eDP_1=(fhd, (1920, 0)), DP_1=(fhd, (0,0)), aft
xrandr_set("verbatim_right_table", eDP_1=(fhd, (0, 0)), DP_1=(fhd, (1920,0)), after=map_touchscreen, primary="DP_1")
xrandr_set("camomile", eDP_1=(fhd, (0, 1200)), HDMI_1=((1920, 1200), (0,0)), primary="HDMI_1")
if __name__ == "__main__":
print(r_std)
else:
......@@ -37,3 +41,5 @@ else:
M(K("/", SHIFT), CMD(map_touchscreen))
M(K(",") , r_camomile)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment