From 281fcde9366ab637181ca908bcbb8967c611a8ae Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Sun, 27 Feb 2022 19:17:21 +0100 Subject: [PATCH] Adding xmodmap to handle accents --- apps/X11/config/Xmodmap | 3 +++ dwm/dwmstartup/startdwm | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 apps/X11/config/Xmodmap diff --git a/apps/X11/config/Xmodmap b/apps/X11/config/Xmodmap new file mode 100644 index 0000000..958b555 --- /dev/null +++ b/apps/X11/config/Xmodmap @@ -0,0 +1,3 @@ +keycode 194 = eacute +keycode 195 = egrave +keycode 196 = agrave diff --git a/dwm/dwmstartup/startdwm b/dwm/dwmstartup/startdwm index f304597..c00d52b 100755 --- a/dwm/dwmstartup/startdwm +++ b/dwm/dwmstartup/startdwm @@ -11,8 +11,8 @@ done # TODO move this out of here, this should not be defined like that nor pushed xrandr --output HDMI-0 --primary --auto --output DVI-D-0 --auto --right-of HDMI-0 --output DP-0 --auto --left-of HDMI-0 -# setxkbmap fr -setxkbmap -option caps:swapescape +setxkbmap -option caps:escape +xmodmap ~/.config/Xmodmap xset +fp $XDG_DATA_HOME/fonts xset fp rehash