mybin

my ~/bin
git clone https://a3nm.net/git/mybin/
Log | Files | Refs | README

commit b90bfcdef24486763d5025d92de653ac8f99e964
parent f41bb72ba951213f48c6fea5336b158d1b0a7c6b
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Sun, 23 Dec 2018 16:59:56 +0100

sway scripts

Diffstat:
afk_sway | 5+++++
dodo_sway | 10++++++++++
screenshot_sway | 6++++++
3 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/afk_sway b/afk_sway @@ -0,0 +1,5 @@ +#!/bin/bash + +killall -s HUP gpg-agent + +swaylock -c 00000000 --font Terminus --inside-color ffffffff --inside-clear-color ffff00ff --inside-wrong-color ff000000 --inside-ver-color 00ff00ff --bs-hl-color ff0000ff -r --indicator-thickness 10 --indicator-radius 40 diff --git a/dodo_sway b/dodo_sway @@ -0,0 +1,10 @@ +#!/bin/bash + +sudo echo + +~/bin/afk_sway + +sudo pm-suspend + +synclient TapButton2=2 + diff --git a/screenshot_sway b/screenshot_sway @@ -0,0 +1,6 @@ +#!/bin/bash + +TIME="date -Ins" + +~/apps/grim/build/grim ~/$TIME.png +