diff options
author | Franck Cuny <franck@fcuny.net> | 2021-09-08 19:35:23 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2021-09-08 19:35:23 -0700 |
commit | 480dd4688b20be3b69b54043d5e5d3df713926c0 (patch) | |
tree | ef71f35560bc37ddf1d1f3e0881f250884d47bc1 /xsession | |
parent | emacs: get rid of mapping for sourcegraph (diff) | |
download | emacs.d-480dd4688b20be3b69b54043d5e5d3df713926c0.tar.gz |
linux: remove configurations specific to linux
They are all handled by the repository `linux-desktop`. It's easier to have a different repository for this bits of configs.
Diffstat (limited to 'xsession')
-rwxr-xr-x | xsession | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/xsession b/xsession deleted file mode 100755 index 45704c8..0000000 --- a/xsession +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/bash - -xrdb $HOME/.Xresources - -# set the background to something less aggressive than black -xsetroot -solid "#333333" -cursor_name left_ptr - -exec i3 |