eww: Fixed workspaces script for newer nushell
This commit is contained in:
parent
c3a459ced3
commit
ac234d761b
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ def is-i3 [] {
|
|||
}
|
||||
|
||||
export def ipc-cmd [--raw, ...parameters: string] {
|
||||
let result = (run-external --redirect-stdout (ipcCmd) ...$parameters)
|
||||
let result = (run-external (ipcCmd) ...$parameters)
|
||||
if $raw {
|
||||
$result
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue