diff --git a/dot_config/qt5ct/executable_qt5ct.conf b/dot_config/qt5ct/executable_qt5ct.conf index 1b883da..d55989f 100644 --- a/dot_config/qt5ct/executable_qt5ct.conf +++ b/dot_config/qt5ct/executable_qt5ct.conf @@ -31,7 +31,7 @@ geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\x90\0\0\0\xd0\0\0\x3\x6\0\0\x 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\x3\xb7\0\0\x4\x14\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\xb7\0\0\x4\x14) [Troubleshooting] force_raster_widgets=1 diff --git a/dot_config/qt6ct/qt6ct.conf b/dot_config/qt6ct/qt6ct.conf index a683619..ad3c50d 100644 --- a/dot_config/qt6ct/qt6ct.conf +++ b/dot_config/qt6ct/qt6ct.conf @@ -2,8 +2,8 @@ color_scheme_path=/usr/share/qt6ct/colors/darker.conf custom_palette=false icon_theme=Papirus-Dark -standard_dialogs=gtk3 -style=Adwaita-Dark +standard_dialogs=default +style=qt6gtk2 [Fonts] fixed="DejaVu LGC Sans,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1" @@ -15,8 +15,8 @@ buttonbox_layout=0 cursor_flash_time=1000 dialog_buttons_have_icons=1 double_click_interval=400 -gui_effects=@Invalid() -keyboard_scheme=2 +gui_effects=General, AnimateMenu, AnimateCombo, AnimateTooltip, AnimateToolBox +keyboard_scheme=4 menus_have_icons=true show_shortcuts_in_context_menus=true stylesheets=@Invalid() @@ -25,7 +25,7 @@ underline_shortcut=1 wheel_scroll_lines=3 [SettingsWindow] -geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\0\0\0\x2\xd2\0\0\x3\xff\0\0\0\0\0\0\0\0\0\0\x2\xd2\0\0\x3\xff\0\0\0\0\0\0\0\0\a\x80\0\0\0\0\0\0\0\0\0\0\x2\xd2\0\0\x3\xff) +geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\0\0\0\x2\xa8\0\0\x2W\0\0\0\0\0\0\0\0\0\0\x2\xa8\0\0\x2W\0\0\0\0\0\0\0\0\a\x80\0\0\0\0\0\0\0\0\0\0\x2\xa8\0\0\x2W) [Troubleshooting] force_raster_widgets=1 diff --git a/dot_zprofile b/dot_zprofile index 157db31..f28da43 100644 --- a/dot_zprofile +++ b/dot_zprofile @@ -6,7 +6,7 @@ if [ -z $DISPLAY ] && [ "$(tty)" = "/dev/tty1" ]; then if ! export ${wort%=*}=${wort#*=}; then echo "cannot export ${wort}!!!"; fi done - export QT_QPA_PLATFORMTHEME=qt5ct + export QT_QPA_PLATFORMTHEME=qt6ct export PATH="$PATH:/home/${USER}/.local/bin/" export PATH="$PATH:/home/${USER}/go/bin/" @@ -40,12 +40,14 @@ if [ -z $DISPLAY ] && [ "$(tty)" = "/dev/tty1" ]; then # Various exports export SHELL="$(command -v zsh)" + export TERMINAL=wezterm + export EDITOR=vim + # Falls autostartdesktop auf i3 gesetzt wird, wird i3 statt sway gestartet if [ "${autostartdesktop}" = "i3" ]; then echo "exec i3" > ~/.xinitrc startx else - export QT_QPA_PLATFORMTHEME=qt5ct export QT_QPA_PLATFORM=wayland export QT_WAYLAND_DISABLE_WINDOWDECORATION="1" export GDK_BACKEND=wayland @@ -63,9 +65,6 @@ if [ -z $DISPLAY ] && [ "$(tty)" = "/dev/tty1" ]; then export PAN_MESA_DEBUG=gl3 #Fix alacritty not starting export MOZ_ENABLE_WAYLAND=1 # Fix firefox not starting - export TERMINAL=wezterm - export EDITOR=vim - #export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:~/.local/lib/ #XDG_CURRENT_DESKTOP=sway dbus-run-session sway