Add a new paste
View all pastes
Recent pastes
esp-01-wifi-ir-relay
5 years ago
cifs-mounter-script
6 years ago
blood-pressure-log
6 years ago
pulseaudio-tcp-stream
7 years ago
ministatus display
8 years ago
SSH alert (RS232 display)
9 years ago
1-wire temp - superkaramba .th
9 years ago
1-wire temp - stdout plasmoid
9 years ago
1-wire temp - cgi summary scri
9 years ago
1-wire temp - master script
9 years ago
gnome desktop switcher
#!/bin/sh
DESK=
$
(
wmctrl -d |
grep
"*"
|
awk
'{print $1}'
)
if
[
$DESK
=
"0"
]
then
wmctrl -s
1
else
wmctrl -s
0
fi
Parsed in 0.002 seconds