diff options
Diffstat (limited to '.local/bin/dwmbar/dwmb-layout')
-rwxr-xr-x | .local/bin/dwmbar/dwmb-layout | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.local/bin/dwmbar/dwmb-layout b/.local/bin/dwmbar/dwmb-layout index a8dbbe3..e0cf446 100755 --- a/.local/bin/dwmbar/dwmb-layout +++ b/.local/bin/dwmbar/dwmb-layout @@ -1,6 +1,7 @@ #!/bin/sh -echo " $(cat $HOME/.cache/layout) " +# echo " $(cat $HOME/.cache/layout) " +echo " $(cat $HOME/.cache/layout) " case $BLOCK_BUTTON in 1) layouttoggle ;; 2) remaps && Capslock remaps reinitialized;; |