aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2023-11-29 21:35:23 +0200
committersrdusr <trevorgray@srdusr.com>2023-11-29 21:35:23 +0200
commitb041668e0051d6f17e0dd4886e36fa5d55f8eb34 (patch)
tree4d53287377586e54b29667d8ed10ef9e6e929255
parentfd2b7dbe332cd9a14f5f544412aacc15dd377dc6 (diff)
downloaddotfiles-b041668e0051d6f17e0dd4886e36fa5d55f8eb34.tar.gz
dotfiles-b041668e0051d6f17e0dd4886e36fa5d55f8eb34.zip
Switch bottom to top for opening eww status
-rwxr-xr-xhotspots4
1 files changed, 2 insertions, 2 deletions
diff --git a/hotspots b/hotspots
index 2fdf916..76ae5e8 100755
--- a/hotspots
+++ b/hotspots
@@ -35,7 +35,7 @@ TR=("$SIZE" "$SIZE")
function onEnter {
ZONE=$1
case "$1" in
- #'B') eww open status &>/dev/null ;;
+ 'T') eww open status &>/dev/null ;;
#'L') eww open panel &>/dev/null ;;
'R') eww open bar &>/dev/null ;;
#'BL') launch-rofi ;;
@@ -46,7 +46,7 @@ function onEnter {
function onExit {
ZONE=''
case "$1" in
- #'B') eww close status &>/dev/null ;;
+ 'T') eww close status &>/dev/null ;;
#'L') eww close panel &>/dev/null ;;
'R') eww close bar &>/dev/null ;;
#'TR') cycleDesktops ;;