From 9614db97ac6c24bcd41625fe404060225fba36dc Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Fri, 5 May 2023 11:44:46 +0200 Subject: [PATCH] add qt options --- dot_config/qt5ct/executable_qt5ct.conf | 5 ++++- dot_zprofile | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/dot_config/qt5ct/executable_qt5ct.conf b/dot_config/qt5ct/executable_qt5ct.conf index 2adbf3f..00d7acf 100644 --- a/dot_config/qt5ct/executable_qt5ct.conf +++ b/dot_config/qt5ct/executable_qt5ct.conf @@ -24,11 +24,14 @@ toolbutton_style=4 underline_shortcut=1 wheel_scroll_lines=3 +[PaletteEditor] +geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\x90\0\0\0\xd0\0\0\x3\x6\0\0\x2\xe0\0\0\0\x90\0\0\0\xd0\0\0\x3\x6\0\0\x2\xe0\0\0\0\0\0\0\0\0\a\x80\0\0\0\x90\0\0\0\xd0\0\0\x3\x6\0\0\x2\xe0) + [QSSEditor] geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\0\0\0\x2\x82\0\0\x1\xf2\0\0\0\0\0\0\0\0\0\0\x2\x82\0\0\x1\xf2\0\0\0\0\0\0\0\0\a\x80\0\0\0\0\0\0\0\0\0\0\x2\x82\0\0\x1\xf2) [SettingsWindow] -geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\0\0\0\x3\xa9\0\0\x3\xff\0\0\0\0\0\0\0\0\0\0\x2\xf7\0\0\x2\xed\0\0\0\0\x2\0\0\0\a\x80\0\0\0\0\0\0\0\0\0\0\x3\xa9\0\0\x3\xff) +geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\0\0\0\a\x7f\0\0\x4\x19\0\0\0\0\0\0\0\0\0\0\x2\xf7\0\0\x2\xed\0\0\0\0\x2\0\0\0\a\x80\0\0\0\0\0\0\0\0\0\0\a\x7f\0\0\x4\x19) [Troubleshooting] force_raster_widgets=1 diff --git a/dot_zprofile b/dot_zprofile index f728873..d05a86f 100644 --- a/dot_zprofile +++ b/dot_zprofile @@ -25,6 +25,7 @@ if [ -z $DISPLAY ] && [ "$(tty)" = "/dev/tty1" ]; then export QT_QPA_PLATFORMTHEME=qt5ct export QT_QPA_PLATFORM=wayland + export QT_WAYLAND_DISABLE_WINDOWDECORATION="1" export GDK_BACKEND=wayland export XDG_SESSION_TYPE=wayland export XDG_CURRENT_DESKTOP=sway