mirror of
https://github.com/ItsDrike/nixdots
synced 2025-03-04 04:18:56 +00:00
7 lines
128 B
Text
7 lines
128 B
Text
|
#!/bin/env bash
|
||
|
|
||
|
# shellcheck source=include
|
||
|
source "./scripts/include"
|
||
|
|
||
|
hyprland_ipc "activewindow" | ./scripts/window_name.py
|