summaryrefslogtreecommitdiff
path: root/dotfiles/system
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-09-24 12:43:58 -0500
committerCraig Jennings <c@cjennings.net>2025-09-24 12:43:58 -0500
commit45f8a4d12eee0a701e38056d7a7e8288da0bf8e7 (patch)
tree1265ff7295655fb69b9cc028d750cab0b198736a /dotfiles/system
parentc85465e17452a139df630de90b3338d93d6ac7ab (diff)
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.
Diffstat (limited to 'dotfiles/system')
-rw-r--r--dotfiles/system/.gitconfig2
-rwxr-xr-xdotfiles/system/.local/bin/startdwm2
-rw-r--r--dotfiles/system/.profile4
3 files changed, 5 insertions, 3 deletions
diff --git a/dotfiles/system/.gitconfig b/dotfiles/system/.gitconfig
index d9b1efd..9b74927 100644
--- a/dotfiles/system/.gitconfig
+++ b/dotfiles/system/.gitconfig
@@ -15,3 +15,5 @@
directory = /home/cjennings/.dotfiles
[help]
autocorrect = 1
+[github]
+ user = cjennings
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 &
diff --git a/dotfiles/system/.profile b/dotfiles/system/.profile
index 1d745ed..f4560d2 100644
--- a/dotfiles/system/.profile
+++ b/dotfiles/system/.profile
@@ -32,8 +32,8 @@ export EDITOR="$(which emacs)"
export SUDO_EDITOR="$(which vi)"
# Browser
-export BROWSER="$(which firefox)"
-export ALTBROWSER="$(which google-chrome-stable)"
+export ALTBROWSER="$(which firefox)"
+export BROWSER="$(which google-chrome-stable)"
# export BROWSER="$(which librewolf)"
# Terminal