mirror of
https://github.com/ItsDrike/nixdots
synced 2025-02-22 12:39:02 +00:00
6 lines
132 B
Bash
Executable file
6 lines
132 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
# shellcheck source=include
|
|
source "./scripts/include"
|
|
|
|
hyprland_ipc "activewindow" | ./scripts/window_name.py
|