This repository has been archived on 2024-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/env/laptop/bin/workdock

9 lines
222 B
Plaintext
Raw Normal View History

#!/usr/bin/env sh
2020-01-17 03:02:53 -06:00
2020-01-20 10:49:06 -06:00
autorandr --change
xrandr --output eDP1 --scale-from 1600x900 --filter nearest --mode 3200x1800
2020-02-18 09:40:28 -06:00
xrdb -merge "$ENV_PATH/x/docked.resources"
2020-05-23 17:31:36 -05:00
"${DOTFILES_PATH}/apps/de/bspwm/rc"
2020-01-20 10:49:06 -06:00
restartbar
"${HOME}/.fehbg"