Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alicewriteswrongs/shellscripts
My shellscripts (for little handy things)
https://github.com/alicewriteswrongs/shellscripts
Last synced: 24 days ago
JSON representation
My shellscripts (for little handy things)
- Host: GitHub
- URL: https://github.com/alicewriteswrongs/shellscripts
- Owner: alicewriteswrongs
- Created: 2014-05-07T20:04:12.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-07-28T14:03:14.000Z (over 7 years ago)
- Last Synced: 2024-10-30T07:26:59.851Z (2 months ago)
- Language: Shell
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shell scripts
## some small scripts it might be handy to have on multiple machines:
Note: this folder (~/Code/shellscripts) is added to $PATH in my .bashrc
* hlwmexternaldesk.sh:
* adds my external monitor as a second screen next to my laptop screen
* uses xrandr and hlwmclient
* added to $PATH in .bashrc so can just run it* hlwmremoveexternal.sh:
* removes external monitor with xrandr
* does hc detect_monitors to remove the screen for hlwm* nvpy.sh:
* runs nvpy in the directory in which it lives (~/Code/github/nvpy/nvpy) with python2* sysinfo.py:
* attempted little clickable popup for dzen/conky, sort of abandoned* btkb.sh:
* powers up my bluetooth module
* adds by bluetooth keyboard (already paired with bluetoothctl) using htitools
* Note that keyboard needs to be on for it to connectI love shellscripts!