add config for qt6ct

This commit is contained in:
Simon Rieger 2023-06-08 11:10:35 +02:00
parent 11f384f826
commit 2d2ea513e4
3 changed files with 10 additions and 11 deletions

View file

@ -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) 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] [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] [Troubleshooting]
force_raster_widgets=1 force_raster_widgets=1

View file

@ -2,8 +2,8 @@
color_scheme_path=/usr/share/qt6ct/colors/darker.conf color_scheme_path=/usr/share/qt6ct/colors/darker.conf
custom_palette=false custom_palette=false
icon_theme=Papirus-Dark icon_theme=Papirus-Dark
standard_dialogs=gtk3 standard_dialogs=default
style=Adwaita-Dark style=qt6gtk2
[Fonts] [Fonts]
fixed="DejaVu LGC Sans,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1" 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 cursor_flash_time=1000
dialog_buttons_have_icons=1 dialog_buttons_have_icons=1
double_click_interval=400 double_click_interval=400
gui_effects=@Invalid() gui_effects=General, AnimateMenu, AnimateCombo, AnimateTooltip, AnimateToolBox
keyboard_scheme=2 keyboard_scheme=4
menus_have_icons=true menus_have_icons=true
show_shortcuts_in_context_menus=true show_shortcuts_in_context_menus=true
stylesheets=@Invalid() stylesheets=@Invalid()
@ -25,7 +25,7 @@ underline_shortcut=1
wheel_scroll_lines=3 wheel_scroll_lines=3
[SettingsWindow] [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] [Troubleshooting]
force_raster_widgets=1 force_raster_widgets=1

View file

@ -6,7 +6,7 @@ if [ -z $DISPLAY ] && [ "$(tty)" = "/dev/tty1" ]; then
if ! export ${wort%=*}=${wort#*=}; then echo "cannot export ${wort}!!!"; fi if ! export ${wort%=*}=${wort#*=}; then echo "cannot export ${wort}!!!"; fi
done done
export QT_QPA_PLATFORMTHEME=qt5ct export QT_QPA_PLATFORMTHEME=qt6ct
export PATH="$PATH:/home/${USER}/.local/bin/" export PATH="$PATH:/home/${USER}/.local/bin/"
export PATH="$PATH:/home/${USER}/go/bin/" export PATH="$PATH:/home/${USER}/go/bin/"
@ -40,12 +40,14 @@ if [ -z $DISPLAY ] && [ "$(tty)" = "/dev/tty1" ]; then
# Various exports # Various exports
export SHELL="$(command -v zsh)" export SHELL="$(command -v zsh)"
export TERMINAL=wezterm
export EDITOR=vim
# Falls autostartdesktop auf i3 gesetzt wird, wird i3 statt sway gestartet # Falls autostartdesktop auf i3 gesetzt wird, wird i3 statt sway gestartet
if [ "${autostartdesktop}" = "i3" ]; then if [ "${autostartdesktop}" = "i3" ]; then
echo "exec i3" > ~/.xinitrc echo "exec i3" > ~/.xinitrc
startx startx
else else
export QT_QPA_PLATFORMTHEME=qt5ct
export QT_QPA_PLATFORM=wayland export QT_QPA_PLATFORM=wayland
export QT_WAYLAND_DISABLE_WINDOWDECORATION="1" export QT_WAYLAND_DISABLE_WINDOWDECORATION="1"
export GDK_BACKEND=wayland 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 PAN_MESA_DEBUG=gl3 #Fix alacritty not starting
export MOZ_ENABLE_WAYLAND=1 # Fix firefox 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/ #export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:~/.local/lib/
#XDG_CURRENT_DESKTOP=sway dbus-run-session sway #XDG_CURRENT_DESKTOP=sway dbus-run-session sway