Skip to content

artemkovalyov/bash-helpers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bash-helpers

Bash scripts and snippets for mundane tasks

scripts

XrandR helper

xrandr.sh [left|right|above|below|off]

Bash profile alias definitions

alias above="~/scripts/xrandr.sh above"
alias below="~/scripts/xrandr.sh below"
alias left="~/scripts/xrandr.sh left"
alias right="~/scripts/xrandr.sh right"
alias off="~/scripts/xrandr.sh off"

About

Bash scripts and snippets for mundane tasks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages