summary refs log tree commit diff
path: root/.config/sway/env
diff options
context:
space:
mode:
authorRobert Günzler <r@gnzler.io>2020-01-26 17:16:07 +0100
committerRobert Günzler <r@gnzler.io>2020-01-26 18:00:59 +0100
commitf5d56602df70950de6b7d40966b00c9939c81763 (patch)
treeb50ffeb5496fe3525cc1bab2629389ced95435b7 /.config/sway/env
Intial commit of v2
See https://drewdevault.com/2019/12/30/dotfiles.html
Diffstat (limited to '.config/sway/env')
-rw-r--r--.config/sway/env22
1 files changed, 22 insertions, 0 deletions
diff --git a/.config/sway/env b/.config/sway/env
new file mode 100644
index 0000000..c7eb252
--- /dev/null
+++ b/.config/sway/env
@@ -0,0 +1,22 @@
+#!/bin/sh
+
+# export XDG_RUNTIME_DIR=/run/user/1000
+
+export DESKTOP_SESSION=gnome
+export GDK_BACKEND=wayland
+export CLUTTER_BACKEND=wayland
+
+# export QT_QPA_PLATFORM=wayland-egl
+export QT_QPA_PLATFORM=
+# export QT_AUTO_SCREEN_SCALE_FACTOR=0
+# export QT_SCREEN_SCALE_FACTORS='1.5;1'
+export QT_QPA_PLATFORMTHEME=qgnomeplatform
+export QT_STYLE_OVERRIDE=adwaita
+
+export _JAVA_AWT_WM_NONREPARENTING=1
+
+export XMODIFIERS=@im=ibus
+export QT_IM_MODULE=ibus
+export GTK_IM_MODULE=xim
+
+export TERM=alacritty