index
:
nixos-config
main
new-laptop
Nixos configuration for my pc
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
bin
/
swallow
blob: 0d1052304d9e9928caf11d1e66736028131bb34e (
plain
) (
blame
)
1
2
3
4
5
6
7
#!/usr/bin/env bash
wid
=
$(
xdo
id
)
;
xdo
hide
&&
"
$@
"
;
xdo
show
"
$wid
"
;