From 3719d8bd4db5eb823455c44deef84ca52dd486cb Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Mon, 22 Feb 2021 14:08:27 +0100 Subject: sway: update * use 'once' * themeing --- .config/sway/env | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to '.config/sway/env') diff --git a/.config/sway/env b/.config/sway/env index 2b76ded..503373c 100644 --- a/.config/sway/env +++ b/.config/sway/env @@ -1,7 +1,5 @@ #!/bin/sh -export TERM=alacritty - export GDK_BACKEND=wayland export CLUTTER_BACKEND=wayland export QT_QPA_PLATFORM=wayland-egl @@ -13,14 +11,13 @@ export NO_AT_BRIDGE=1 export MOZ_ENABLE_WAYLAND=1 # force gnome apps to use gnome style export DESKTOP_SESSION=gnome -# export QT_QPA_PLATFORMTHEME=qgnomeplatform export QT_QPA_PLATFORMTHEME=gnome -export QT_STYLE_OVERRIDE=Adwaita +export QT_STYLE_OVERRIDE=adwaita export QT_WAYLAND_FORCE_DPI=physical -export XMODIFIERS=@im=ibus +# export XMODIFIERS=@im=ibus export QT_IM_MODULE=ibus -export GTK_IM_MODULE=xim +export GTK_IM_MODULE=wayland export GTK_CSD=0 -- cgit 1.4.1