worked on some scripts and some keybinds

This commit is contained in:
Tomas Rivera
2026-03-07 16:11:05 +01:00
parent c897f17795
commit 54ac8b0782
3 changed files with 14 additions and 15 deletions
+2 -2
View File
@@ -1,10 +1,10 @@
{ writeShellApplication, hyprland, jq,... }:
{ writeShellApplication, hyprland, jq, ... }:
writeShellApplication {
name = "custom-killall";
runtimeInputs = [
hyprland
jq
jq
];
text = ''
active_workspace_id=$(hyprctl activeworkspace -j | jq -r '.id')