mirror of
https://git.davidovski.xyz/dot.git
synced 2024-08-15 00:43:28 +00:00
removed bash and added mkshrc
This commit is contained in:
parent
1406e81f40
commit
381aaffe4e
14 changed files with 260 additions and 17 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue