diff options
-rw-r--r-- | xinitrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,6 +4,7 @@ setxkbmap -option compose:menu numlockx xset -b # disable beeping +export QT_QPA_PLATFORMTHEME=gtk2 export QT_STYLE_OVERRIDE='gtk2' export GTK_IM_MODULE=xim # Fix fullscreen game offscreen @@ -12,4 +13,4 @@ export SDL_VIDEO_MINIMIZE_ON_FOCUS_LOSS=0 mxrandr start-pulseaudio-x11 -exec i3 +exec ck-launch-session dbus-launch --sh-syntax --exit-with-session i3 |