diff options
author | Karel Kočí <cynerd@email.cz> | 2018-01-06 11:28:20 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2018-01-06 11:28:20 +0100 |
commit | 2198a4dcb68c6712daab18d5a3ec76893d9d2765 (patch) | |
tree | 8d811b9a6112ed6a7da9782d47f64d5805b980e7 | |
parent | af3da4822e24a10ba9a2fba99888835ca8470eb3 (diff) | |
download | myconfigs-2198a4dcb68c6712daab18d5a3ec76893d9d2765.tar.gz myconfigs-2198a4dcb68c6712daab18d5a3ec76893d9d2765.tar.bz2 myconfigs-2198a4dcb68c6712daab18d5a3ec76893d9d2765.zip |
Use consolekit and fix qt5 style
-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 |