Sign in
chromium
/
chromiumos
/
containers
/
sommelier
/
47b4177fb83a47b72d02c3b51e763d8257a0916d
/
.
/
sommelierrc
blob: 2c987e29f6b683571702a05dab122c6d6c657b64 [
file
] [
log
] [
blame
]
#!/bin/sh
set
-
e
if
which xsetroot
>
/
dev
/
null
2
>&
1
;
then
xsetroot
-
cursor_name left_ptr
fi
if
[
-
f
~/.
xwlrc
];
then
.
~/.
xwlrc
fi
exit
0