mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 20:59:32 -08:00
fixed script shebang
This commit is contained in:
parent
a87fe8b7b8
commit
09ef4812e5
2 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,5 @@
|
|||
#! /bin/bash
|
||||
#!/usr/bin/env bash
|
||||
#
|
||||
function clamp {
|
||||
min=$1
|
||||
max=$2
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
spaces (){
|
||||
WORKSPACE_WINDOWS=$(hyprctl workspaces -j | jq 'map({key: .id | tostring, value: .windows}) | from_entries')
|
||||
|
|
Loading…
Reference in a new issue