Sign in
chromium
/
chromiumos
/
containers
/
sommelier
/
65d4d4911a244ff0134c0dcbfa5dba05d4c41780
/
.
/
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