First commit.
This commit is contained in:
		
						commit
						440f660603
					
				|  | @ -0,0 +1,11 @@ | |||
| #!/bin/bash | ||||
| 
 | ||||
| ### Petit script qui: | ||||
| ## supprime les agents ssh qui tourent | ||||
| ## met en veille la machine | ||||
| 
 | ||||
| ### Le but étant de simplifier l'appel à ces fonctionnalités depuis un keybind | ||||
| ## Sous herbstluftwm par exemple: "hc keybind $Mod-Shift-c spawn ~/bin/veille.sh" | ||||
| 
 | ||||
| keychain --clear && rm -rf ~/.keychain/* | ||||
| i3lock -c 000000 --pointer win -d | ||||
		Loading…
	
		Reference in New Issue