Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- myRandrHook :: X ()
- myRandrHook = do
- spawn "autorandr --change"
- spawn "nitrogen --restore"
- rescreenCfg = def {
- randrChangeHook = myRandrHook
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement