this repo has no description

feat(grimblastr): add GRIMBLAST_HIDE_CURSOR=1

tired of hyprpanel crashing without this tbh

+1 -1
+1 -1
grimblastr/grimblastr.bb
··· 23 23 (defn main [& args] 24 24 (try 25 25 (let [[command target] (map do-dmenu! menus)] 26 - (shell "grimblast --notify --wait 1" command target)) 26 + (shell "GRIMBLAST_HIDE_CURSOR=1 grimblast --notify --wait 1" command target)) 27 27 (catch Exception e))) 28 28 29 29 (when (= *file* (System/getProperty "babashka.file"))