mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-10 11:39:42 +00:00
7 lines
132 B
Bash
Executable file
7 lines
132 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
# shellcheck source=include
|
|
source "./scripts/include"
|
|
|
|
hyprland_ipc "activewindow" | ./scripts/window_name.py
|