mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
7 lines
124 B
Plaintext
7 lines
124 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
# shellcheck source=include
|
||
|
source "./scripts/include"
|
||
|
|
||
|
hyprland_ipc "activewindow" | ./scripts/window_name.py
|