Gen 423: Converted shell scripts into nix files
This commit is contained in:
11
glasshouse-laptop/home/scripts/toggle_float.nix
Normal file
11
glasshouse-laptop/home/scripts/toggle_float.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ pkgs }:
|
||||
|
||||
{
|
||||
toggle_float = pkgs.writeShellScriptBin "toggle_float" (''
|
||||
#!/usr/bin/env bash
|
||||
|
||||
hyprctl dispatch togglefloating
|
||||
hyprctl dispatch resizeactive exact 950 600
|
||||
hyprctl dispatch centerwindow
|
||||
'');
|
||||
}
|
||||
Reference in New Issue
Block a user