mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-07-02 11:01:41 +02:00
feat: modular hyprland's configurations
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
if [[ ! $(pidof anyrun) ]]; then
|
||||
anyrun
|
||||
else
|
||||
pkill anyrun
|
||||
fi
|
||||
Reference in New Issue
Block a user