Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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 connect

I love shellscripts!