about summary refs log tree commit diff
path: root/dotfiles
diff options
context:
space:
mode:
authorBaitinq <[email protected]>2022-06-28 17:21:13 +0200
committerBaitinq <[email protected]>2022-06-28 17:21:13 +0200
commite2d4f68e926813f77016cd74cb7b73393d0ab774 (patch)
treec0a604376c587c146441ad2790ff47918958c8d7 /dotfiles
parentLuna: Add dmidecode system package (diff)
downloadnixos-config-e2d4f68e926813f77016cd74cb7b73393d0ab774.tar.gz
nixos-config-e2d4f68e926813f77016cd74cb7b73393d0ab774.tar.bz2
nixos-config-e2d4f68e926813f77016cd74cb7b73393d0ab774.zip
Luna: Add xmodmap-based keymap config
Diffstat (limited to 'dotfiles')
-rw-r--r--dotfiles/.xinitrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/dotfiles/.xinitrc b/dotfiles/.xinitrc
index 86af4aa..b6f5623 100644
--- a/dotfiles/.xinitrc
+++ b/dotfiles/.xinitrc
@@ -41,6 +41,9 @@ if [ -x "$(command -v nvidia-smi)" ]; then
   xrandr --setprovideroutputsource modesetting NVIDIA-0
 fi
 
+# NEEDED FOR CHROMEBOOK
+[[ -f ~/.Xmodmap ]] && xmodmap ~/.Xmodmap
+
 xrandr --auto
 #xrandr -s 1920x1080 &