dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit 128e9aacf81a0ddbf11738879ac6ab2e90128fa2
parent 6296c16ce0cd713438469b51e3ad2c90c0fae584
Author: Chris Bracken <chris@bracken.jp>
Date:   Tue, 17 Dec 2019 18:01:12 -0800

Load .Xresources on Sway WM startup

Useful for rxvt, xterm etc.

Diffstat:
M.config/sway/config | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git a/.config/sway/config b/.config/sway/config @@ -4,17 +4,25 @@ # # Read `man 5 sway` for a complete reference. +### Startup +# +# Configure Xresources settings. +exec xrdb ~/.Xresources + ### Variables # # Logo key. Use Mod1 for Alt. set $mod Mod4 + # Home row direction keys, like vim set $left h set $down j set $up k set $right l + # Your preferred terminal emulator set $term urxvt + # Your preferred application launcher # Note: it's recommended that you pass the final command to sway set $menu dmenu_path | dmenu | xargs swaymsg exec --