summaryrefslogtreecommitdiffstats
path: root/sxhkd/.local
diff options
context:
space:
mode:
Diffstat (limited to 'sxhkd/.local')
-rwxr-xr-xsxhkd/.local/bin/rofi-light5
-rwxr-xr-xsxhkd/.local/bin/toggle-layout10
-rwxr-xr-xsxhkd/.local/bin/toggle-presentation-mode3
3 files changed, 0 insertions, 18 deletions
diff --git a/sxhkd/.local/bin/rofi-light b/sxhkd/.local/bin/rofi-light
deleted file mode 100755
index 96b0126..0000000
--- a/sxhkd/.local/bin/rofi-light
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-
-cur=$(light -G)
-val=$(rofi -dmenu -mesg "light $cur" -p "light -S " -l 0 -width 8)
-light -S $val
diff --git a/sxhkd/.local/bin/toggle-layout b/sxhkd/.local/bin/toggle-layout
deleted file mode 100755
index 5df7e2f..0000000
--- a/sxhkd/.local/bin/toggle-layout
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/bash
-
-lang="$(setxkbmap -print | grep xkb_symbols | cut -d'+' -f 2)"
-
-if [ "$lang" = "us" ]; then
- setxkbmap ir
-else
- setxkbmap us
- #xmodmap $HOME/.Xmodmap
-fi
diff --git a/sxhkd/.local/bin/toggle-presentation-mode b/sxhkd/.local/bin/toggle-presentation-mode
deleted file mode 100755
index 00279bd..0000000
--- a/sxhkd/.local/bin/toggle-presentation-mode
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/bash
-
-xfconf-query -c xfce4-power-manager -p /xfce4-power-manager/presentation-mode -T