mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-27 02:18:28 +02:00
feat: modular hyprland's configurations
This commit is contained in:
7
home/linux/desktop/hyprland/conf/scripts/menu
Executable file
7
home/linux/desktop/hyprland/conf/scripts/menu
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
if [[ ! $(pidof anyrun) ]]; then
|
||||
anyrun
|
||||
else
|
||||
pkill anyrun
|
||||
fi
|
||||
Reference in New Issue
Block a user