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

I3 XRANDER hopik += oper + samet_unisim

parent 96fdca8c
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,7 @@ xrandr_set("std_small2", eDP_1=((1280,800), (0,0)))
xrandr_set("samsung", eDP_1=(qhdx, (2560, 0)), DP_1=(qhd, (0,0)), primary="DP_1")
xrandr_set("samsung_only", eDP_1=None, DP_1=(qhd, (0,0)), primary="DP_1")
xrandr_set("samsung_unisim", eDP_1=(qhdx, (832, 0)), DP_1=((832, 624), (0,0)), primary="DP_1")
xrandr_set("verbatim_left_hand", eDP_1=(qhdx, (1080, 0)), DP_1=(fhd, (0,0), left), after=map_touchscreen, primary="eDP_1")
......@@ -27,6 +28,7 @@ xrandr_set("verbatim_table_only", eDP_1=None, DP_1=(fhd, (0,0)), after=map_touch
xrandr_set("camomile", eDP_1=(qhdx, (0, 1200)), HDMI_1=((1920, 1200), (0,0)), primary="HDMI_1")
xrandr_set("opler", eDP_1=(qhdx, (0, 1200)), DP_1=(fhdx, (0,0)), primary="DP_1")
if __name__ == "__main__":
......@@ -38,6 +40,7 @@ else:
M(K_M, r_samsung)
M(K_M(SHIFT), r_samsung_only)
M(K_M(CTRL), r_samsung_unisim)
M(K_J(), r_verbatim_left_hand)
M(K_J(SHIFT), r_verbatim_left_hand_only)
......@@ -52,4 +55,5 @@ else:
M(K("/", SHIFT), CMD(map_touchscreen))
M(K(",") , r_camomile)
M(K(",", SHIFT) , r_opler)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment