Skip to content

Commit

Permalink
load Xresources first
Browse files Browse the repository at this point in the history
  • Loading branch information
kpa28-git committed Feb 4, 2024
1 parent 36d0253 commit 287b9cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .xinitrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
# /_/|_/_/_/ /_/_/\__/
# Xorg runtime config file.

[ -f "$HOME/.Xresources" ] && xrdb -merge "$HOME/.Xresources" # for some reason lemurs doesnt load Xresources properly (issue #153)
displayset
setbg

Expand All @@ -17,5 +18,3 @@ unclutter & # Remove mouse when idle
redshift -l "$("$XDG_SCRIPT_HOME/apitools/geoloc" | tr ',' ':')" &
setxkbmap -option caps:super -option altwin:menu_win && \ # Map caps to mod, menu button to win, details: /usr/share/X11/xkb/rules/evdev.lst
killall xcape 2>/dev/null ; xcape -e 'Super_L=Escape' # Mod by itself is now escape, TODO: do the same for right window button

[ -f "$HOME/.Xresources" ] && xrdb -merge "$HOME/.Xresources" # for some reason lemurs doesnt load Xresources properly (issue #153)

0 comments on commit 287b9cf

Please sign in to comment.