diff options
author | John Ankarström <john@ankarstrom.se> | 2021-10-15 22:05:40 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-10-15 22:05:57 +0200 |
commit | c154c8c7278f288a31d85cac54462f4917927566 (patch) | |
tree | af521f85683441115648529c98cee08710cc932a | |
parent | 226d1e5faa01b801a9f73409864a4c9b1656d061 (diff) | |
download | ebsd-c154c8c7278f288a31d85cac54462f4917927566.tar.gz |
.xinitrc: Set X cursor
Without this, the cursor will be a big X, which is not very usable.
-rw-r--r-- | .xinitrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1 +1,2 @@ +xsetroot -cursor_name left_ptr exec emacs |