Removed eww and added simple ags config Removed kitty and added alacritty Removed ranger and added yazi Added btop Edited packages Edited other configs Removed waybar
7 lines
212 B
Bash
Executable File
7 lines
212 B
Bash
Executable File
#!/bin/bash
|
|
|
|
HYPRCMDS=$(hyprctl -j clients | jq -j '.[] | "dispatch closewindow address:\(.address); "')
|
|
|
|
hyprctl --batch "$HYPRCMDS" >> /tmp/hypr/cexit.log 2>&1
|
|
hyprctl dispatch exit >> /tmp/hypr/cexit.log 2>&1
|