Gen 426: Shell script nix files work properly now
This commit is contained in:
10
glasshouse-desktop/home/scripts/toggle_float.nix
Normal file
10
glasshouse-desktop/home/scripts/toggle_float.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ self, pkgs }:
|
||||
|
||||
|
||||
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