OSDN Git Service

better internet check
[instantos/instantOS.git] / wmautostart.sh
1 #!/bin/bash
2
3 # gets executed every time the window manager restarts
4
5 if iconf defaultlayout
6 then
7     instantwmctrl prefix 1
8     sleep 0.1
9     instantwmctrl layout "$(iconf defaultlayout)"
10 fi