mirror of
https://github.com/ItsDrike/nixdots
synced 2025-06-30 08:10:42 +00:00
Add toggle-fake-fullscreen script
This commit is contained in:
parent
036b1a9064
commit
3cb701b042
5 changed files with 40 additions and 1 deletions
|
@ -0,0 +1,14 @@
|
|||
{pkgs, ...}:
|
||||
pkgs.writeShellApplication {
|
||||
name = "toggle-fake-fullscreen";
|
||||
runtimeInputs = with pkgs; [
|
||||
coreutils
|
||||
jq
|
||||
hyprland
|
||||
];
|
||||
text = ''
|
||||
${builtins.readFile ./toggle-fake-fullscreen.sh}
|
||||
'';
|
||||
}
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue