diff options
| author | czjstmax <jstmaxlol@disroot.org> | 2026-05-01 23:18:28 +0200 |
|---|---|---|
| committer | czjstmax <jstmaxlol@disroot.org> | 2026-05-01 23:18:28 +0200 |
| commit | 84e251dcf89d3d569a54b5a8e90ffef5b85e1021 (patch) | |
| tree | 3d8b5ec5bf61b4a103e5da8a7326bc36e308e28a /cfg/.xinitrc | |
| parent | 853c34a6f75da72957174e879dbb5f72a0b8c2b3 (diff) | |
fixes
Signed-off-by: czjstmax <jstmaxlol@disroot.org>
Diffstat (limited to 'cfg/.xinitrc')
| -rwxr-xr-x | cfg/.xinitrc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cfg/.xinitrc b/cfg/.xinitrc index f197a89..1caf24b 100755 --- a/cfg/.xinitrc +++ b/cfg/.xinitrc @@ -1,5 +1,12 @@ # X +export XDG_CURRENT_DESKTOP=i3 +export XDG_SESSION_DESKTOP=i3 +export DESKTOP_SESSION=i3 +export GTK_IM_MODULE=ibus +export QT_IM_MODULE=ibus +export XMODIFIERS=@im=ibus + setxkbmap -option caps:escape setxkbmap -option compose:ralt |