From 6f4dbbbd64b91e7a13df567e990eb3712ce3a5a3 Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Sat, 17 Dec 2022 15:44:37 +0100 Subject: re-added ibus configs --- .xinitrc | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to '.xinitrc') diff --git a/.xinitrc b/.xinitrc index 883a8ab..d4f599c 100644 --- a/.xinitrc +++ b/.xinitrc @@ -15,19 +15,18 @@ rfkill block all xset s off -dpms setxkbmap -option "ctrl:nocaps" -# export GTK_IM_MODULE='ibus' -# export QT_IM_MODULE='ibus' -# export XMODIFIERS='@im=ibus' +export GTK_IM_MODULE='ibus' +export QT_IM_MODULE='ibus' +export XMODIFIERS='@im=ibus' export XDG_SESSION_TYPE='x11' -# ibus-daemon -dxrR - xrandr --auto --output HDMI-A-0 --mode 1920x1080 --primary xrandr --auto --output DisplayPort-2 --mode 1600x900 --left-of HDMI-A-0 dbus-launch --sh-syntax --exit-with-session eval $(ssh-agent) +ibus-daemon -dxrR pipewire & mpd & /usr/local/bin/emacs --daemon & -- cgit v1.2.3