diff options
author | Patrick Simianer <pks@pks.rocks> | 2019-09-03 22:12:06 +0200 |
---|---|---|
committer | Patrick Simianer <pks@pks.rocks> | 2019-09-03 22:12:06 +0200 |
commit | ce73672f925bd3edfc6771616d5cb3b2916b828f (patch) | |
tree | 9bb8ecf28594283ffb742d4c7f4cf97d33d045f0 /dock | |
parent | d6686698b8fdd11b0cddd5ce4e0c288c00965776 (diff) |
dock & undock
Diffstat (limited to 'dock')
-rwxr-xr-x | dock | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -0,0 +1,6 @@ +#!/usr/bin/env zsh + +mons.sh -s +xrandr --output DP1-1 --rotate left +xmodmap .Xmodmap + |