aboutsummaryrefslogtreecommitdiff
path: root/toggle-monocle
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2024-03-18 23:10:29 +0200
committersrdusr <trevorgray@srdusr.com>2024-03-18 23:10:29 +0200
commit95916c3308ad6d53aa07d73aa6de68b1f4881c3a (patch)
tree8fed29e9b4ba28aee7af2d141214f2db2eaeb536 /toggle-monocle
parente1f13cc33d4540f148091258e323841aa698404a (diff)
downloaddotfiles-95916c3308ad6d53aa07d73aa6de68b1f4881c3a.tar.gz
dotfiles-95916c3308ad6d53aa07d73aa6de68b1f4881c3a.zip
Moved to .config/bspwm/scripts
Diffstat (limited to 'toggle-monocle')
-rwxr-xr-xtoggle-monocle13
1 files changed, 0 insertions, 13 deletions
diff --git a/toggle-monocle b/toggle-monocle
deleted file mode 100755
index bad444a..0000000
--- a/toggle-monocle
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/usr/bin/env bash
-
-# toggle monocle mode for bspwm
-
-MONOCLE=$(eww get monocleMode)
-if [ $MONOCLE = true ]; then
- eww update monocleMode=false
- # notify "Zoom Out"
-else
- eww update monocleMode=true
- # notify "Zoom In"
-fi
-bspc desktop -l next