From 45f8a4d12eee0a701e38056d7a7e8288da0bf8e7 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Wed, 24 Sep 2025 12:43:58 -0500 Subject: feat(config): Update git and environment settings Add GitHub username to git config and swap default/alternate browser assignments. Also reorder startup script to launch emacs daemon before xautolock. --- dotfiles/system/.local/bin/startdwm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dotfiles/system/.local/bin') diff --git a/dotfiles/system/.local/bin/startdwm b/dotfiles/system/.local/bin/startdwm index cf375cf..8a88a18 100755 --- a/dotfiles/system/.local/bin/startdwm +++ b/dotfiles/system/.local/bin/startdwm @@ -36,10 +36,10 @@ xhost +si:localuser:root # make CapsLock behave like Ctrl: setxkbmap -option ctrl:nocaps +emacs --daemon & xautolock -time 5 -locker slock & # picom & sxhkd & -emacs --daemon & nitrogen --restore & nm-applet & blueman-applet & -- cgit v1.2.3