summaryrefslogtreecommitdiff
path: root/scripts/Scripts/lc
diff options
context:
space:
mode:
authorJulian T <julian@jtle.dk>2022-02-10 22:30:16 +0100
committerJulian T <julian@jtle.dk>2022-02-10 22:30:16 +0100
commitae5cc1d7c86cec366d87a9b6e76de10f8edc7499 (patch)
tree3dd8fc19f55d046f10539045b2940261c80e95c8 /scripts/Scripts/lc
parent6c3996ca2d5644cabc44b6ae14605896ccc9916d (diff)
Change some scripts
Diffstat (limited to 'scripts/Scripts/lc')
-rwxr-xr-xscripts/Scripts/lc7
1 files changed, 6 insertions, 1 deletions
diff --git a/scripts/Scripts/lc b/scripts/Scripts/lc
index 6786a9a..f9c1031 100755
--- a/scripts/Scripts/lc
+++ b/scripts/Scripts/lc
@@ -3,7 +3,7 @@
LOGFILE=.lc.log
DMENU="rofi -dmenu"
-Commands="s suspend screen goto common bwpass remember set-keyboard poweroff lock scrot region overleaf-render caps-lock win wall cups pass sync random"
+Commands="s suspend screen goto common bwpass remember set-keyboard rotate poweroff lock scrot region overleaf-render caps-lock win wall cups pass sync random"
handle_stuff() {
if [ "$1" = "--dmenu" ]; then
@@ -64,6 +64,11 @@ handle_stuff() {
feh /tmp/rem.png
fi
+ if [ "$1" = "rotate" ]; then
+ dir=$(echo -e "left\nright\ninvert\nnormal" | $DMENU -i -p "orientation")
+ $HOME/Scripts/xrotate $dir
+ fi
+
# Launch
if [ "$1" = "s" ]; then
$HOME/Scripts/guiworkspace.sh