mirror of
https://github.com/Mastermindzh/dotfiles.git
synced 2025-01-20 18:41:50 +01:00
5 lines
228 B
Bash
5 lines
228 B
Bash
#!/bin/bash
|
|
alias dock='bash ~/dotfiles/computers/archfw/displaySwitch.sh docked'
|
|
alias undock='bash ~/dotfiles/computers/archfw/displaySwitch.sh undocked'
|
|
alias displaySwitch='bash ~/dotfiles/computers/archfw/displaySwitch.sh'
|