removed bash and added mkshrc

This commit is contained in:
davidovski 2022-05-16 00:48:34 +01:00
parent 1406e81f40
commit 381aaffe4e
14 changed files with 260 additions and 17 deletions

View file

@ -9,10 +9,10 @@ tablet_ratio = (lambda s: float(s[0]) / float(s[1]))(sys.argv[4].split(":")) if
#Layout of screens: (x, y, w, h)
screens = [
(3840, 0, 1080, 1920),
(1280, 0, 2560, 1440),
(4920, 0, 1080, 1920),
(0, 0, 1280, 1024),
(1280, 0, 2560, 1440),
(3840, 0, 1080, 1920),
(4920, 0, 1080, 1920),
]
#TODO find this with xrandr