mirror of
https://gitlab.com/octospacc/Configs.git
synced 2025-06-05 21:59:36 +02:00
Windows scripts
This commit is contained in:
5
Windows/Scripts/RemoteSessionDesktopTweaks.ahk
Normal file
5
Windows/Scripts/RemoteSessionDesktopTweaks.ahk
Normal file
@ -0,0 +1,5 @@
|
||||
#Requires AutoHotkey v2.0
|
||||
ScreenWidth := SysGet(78)
|
||||
IsCompactDevice := (ScreenWidth < 640)
|
||||
Run(A_ScriptDir . "\ArgSetTabletMode.ahk " . IsCompactDevice)
|
||||
Run(A_ScriptDir . "\ArgMoveTaskbar.ahk " . (IsCompactDevice ? "Left" : "Bottom"))
|
Reference in New Issue
Block a user