M Makefile +0 -1
@@ 33,7 33,6 @@ install: fixperm
$(PYTHON) ./install.py -a -t $(DESTDIR)
[ ! -x "$(FZF_BIN)" ] || $(MAKE) install-fzf-symlinks
[ ! -x "$(GTK3_NOCSD_BIN)" ] || $(MAKE) install-gtk3-nocsd-symlinks
- [ -z "$$DISPLAY" ] || $(XRDB) -merge ~/.Xresources
[ -z "$$WAYLAND_DISPLAY" ] || $(MAKE) import-gsettings
$(MAKE) compile-terminfo || true
R dot.Xresources => +0 -3
@@ 1,3 0,0 @@
-! xrdb -merge ~/.Xresouces
-Emacs.geometry: 110x62
-!Emacs.UseXIM: off
M dot.config/sway/config +0 -4
@@ 93,10 93,6 @@ focus_wrapping no
# later split a container horizontally and move focus around.
workspace_layout stacking
-# Load Xresources to XWayland. Otherwise font of the emacs daemon wouldn't
-# be properly set.
-exec xrdb -load ~/.Xresources
-
# Start Connman System Tray.
#exec cmst --minimized
M dot.emacs +0 -4
@@ 180,10 180,6 @@
(when (require 'atomic-chrome nil t)
(atomic-chrome-start-server)))
-; configured by ~/.Xresources
-;(setq default-frame-alist
-; (append '((width . 110) (height . 52)) default-frame-alist))
-
(setq ediff-split-window-function 'split-window-sensibly)
(setq split-height-threshold nil)
(setq split-width-threshold 160)