diff options
Diffstat (limited to '.config/i3/extra')
-rwxr-xr-x | .config/i3/extra/no-rgb | 8 | ||||
-rwxr-xr-x | .config/i3/extra/screenshot | 4 |
2 files changed, 0 insertions, 12 deletions
diff --git a/.config/i3/extra/no-rgb b/.config/i3/extra/no-rgb deleted file mode 100755 index a843b12..0000000 --- a/.config/i3/extra/no-rgb +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh - -if [ "$USER" == "adam" ]; then - openrgb -p no-rgb -else - USER=adam - su $USER -c "openrgb -p no-rgb" -fi diff --git a/.config/i3/extra/screenshot b/.config/i3/extra/screenshot deleted file mode 100755 index 3eb9ec1..0000000 --- a/.config/i3/extra/screenshot +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -sleep 0.2 -scrot --line mode=edge -s -e 'xclip -selection c -t image/png < $f; mv $f ~/Pictures/screenshots/' |