diff options
Diffstat (limited to 'xinitrc')
-rw-r--r-- | xinitrc | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/xinitrc b/xinitrc deleted file mode 100644 index 9ae157e..0000000 --- a/xinitrc +++ /dev/null @@ -1,17 +0,0 @@ -xrdb -merge -I$HOME ~/.Xresources -setxkbmap -option caps:escape -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 -export SDL_VIDEO_MINIMIZE_ON_FOCUS_LOSS=0 -# To fix missing textures on intel -export force_s3tc_enable=true - -mxrandr - -exec ck-launch-session dbus-launch --sh-syntax --exit-with-session i3 |