From 672c1262b382bb6afb4b4e9b7edc7c35a4afa58e Mon Sep 17 00:00:00 2001 From: katherine Date: Wed, 1 Nov 2023 21:40:35 -0700 Subject: move keyboard handling to x config --- .xinitrc | 4 ---- .zshrc | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.xinitrc b/.xinitrc index e7d54c4..1d837a8 100644 --- a/.xinitrc +++ b/.xinitrc @@ -12,10 +12,6 @@ then xrdb -override $tmpdir/x-theme fi -#add compose key -setxkbmap -option compose:caps -export XKB_DEFAULT_OPTIONS="compose:caps" - #theme export QT_STYLE_OVERRIDE=adwaita-dark export GTK_THEME=Adwaita:dark diff --git a/.zshrc b/.zshrc index db17642..8da96cb 100644 --- a/.zshrc +++ b/.zshrc @@ -160,7 +160,7 @@ fi [[ ! -z $(whence aiksaurus) ]] && alias thesaurus='aiksaurus' [[ ! -z $(whence ag) ]] && alias ag='ag --color-match "1;34"' [[ ! -z $(whence latex) ]] && alias latex='latex -output-format=pdf' -[[ ! -z $(whence startx) ]] && alias sx="startx -dpi $dpi -ardelay $kbdelay -arinterval $kbrate" +[[ ! -z $(whence startx) ]] && alias sx="startx -- -dpi $dpi -ardelay $kbdelay -arinterval $kbrate" if [[ ! -z $(whence udevil) ]] then alias vmount='udevil mount' -- cgit v1.2.3