Drop support for desktop and laptop

As I pruned increasingly more dependencies, the few dependencies that desktop
and laptop hosted were too trivial for me to justify supporting. And so, I no
longer support them.
This commit is contained in:
William Carroll 2020-03-05 15:16:16 +00:00
parent f2d9af2745
commit 813c7f94de
10 changed files with 20 additions and 59 deletions

View file

@ -1,2 +0,0 @@
#include ".Xresources.shared"
#include ".Xresources.device"

View file

@ -1 +0,0 @@
! Put shared configuration here

View file

@ -1,4 +1,22 @@
#!/bin/sh
. ~/.xsessionrc.shared
. ~/.xsessionrc.device
# Might be unnecessary...
. ~/.profile
export DESKTOP_SESSION=cinnamon # gnome for trusty.
# Desktop background color.
xsetroot -solid "#333333"
# Set fallback cursor.
xsetroot -cursor_name left_ptr
# `unclutter` hide the cursor in when it is inactive
unclutter &
# Control X's pointer with the keyboard. Activate by pressing <C-;>
keynav daemonize
# Startup Emacs (and EXWM). This is built by calling `make install` from within
# ~/dotfiles/emacs.
dbus-launch --exit-with-session wpcarros-emacs

View file

@ -1,22 +0,0 @@
#!/bin/sh
# Might be unnecessary...
. ~/.profile
export DESKTOP_SESSION=cinnamon # gnome for trusty.
# Desktop background color.
xsetroot -solid "#333333"
# Set fallback cursor.
xsetroot -cursor_name left_ptr
# `unclutter` hide the cursor in when it is inactive
unclutter &
# Control X's pointer with the keyboard. Activate by pressing <C-;>
keynav daemonize
# Startup Emacs (and EXWM). This is built by calling `make install` from within
# ~/dotfiles/emacs.
dbus-launch --exit-with-session wpcarros-emacs