diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-11-29 21:35:23 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-11-29 21:35:23 +0200 |
| commit | b041668e0051d6f17e0dd4886e36fa5d55f8eb34 (patch) | |
| tree | 4d53287377586e54b29667d8ed10ef9e6e929255 /hotspots | |
| parent | fd2b7dbe332cd9a14f5f544412aacc15dd377dc6 (diff) | |
| download | dotfiles-b041668e0051d6f17e0dd4886e36fa5d55f8eb34.tar.gz dotfiles-b041668e0051d6f17e0dd4886e36fa5d55f8eb34.zip | |
Switch bottom to top for opening eww status
Diffstat (limited to 'hotspots')
| -rwxr-xr-x | hotspots | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 ;; |
