diff options
| author | yuzu-eva <stevenhu@web.de> | 2022-12-17 15:44:37 +0100 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2022-12-17 15:44:37 +0100 |
| commit | 6f4dbbbd64b91e7a13df567e990eb3712ce3a5a3 (patch) | |
| tree | 7a3f7c21afe20853fc9adc0ae9fdf5066a09da3d /.xinitrc | |
| parent | e6ca3e40e6b1218206d1f71e45205d9288bfd8db (diff) | |
re-added ibus configs
Diffstat (limited to '.xinitrc')
| -rw-r--r-- | .xinitrc | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -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 & |
