hyprland: Source non-trivial scripts

I may simplify this later.
This commit is contained in:
Donovan Glover 2023-05-12 01:26:24 -04:00
parent 5c180d227d
commit 328f30151b
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
4 changed files with 3 additions and 0 deletions

View File

@ -949,5 +949,8 @@
c.content.headers.accept_language = 'ja-JP,en-US'
'';
};
xdg.configFile."hypr/focusmaster.sh".source = ./focusmaster.sh;
xdg.configFile."hypr/swapmaster.sh".source = ./swapmaster.sh;
xdg.configFile."hypr/tags.sh".source = ./tags.sh;
};
}