From 24cf4cd9daea0b45924f8582fd4d6bd5da93444a Mon Sep 17 00:00:00 2001 From: Denis Chevalier Date: Fri, 7 Aug 2026 10:53:20 +0200 Subject: add cosmic config to dotfiles --- dotfiles/.config/qt6ct/qt6ct.conf | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 dotfiles/.config/qt6ct/qt6ct.conf (limited to 'dotfiles/.config/qt6ct/qt6ct.conf') diff --git a/dotfiles/.config/qt6ct/qt6ct.conf b/dotfiles/.config/qt6ct/qt6ct.conf new file mode 100644 index 0000000..9a075f3 --- /dev/null +++ b/dotfiles/.config/qt6ct/qt6ct.conf @@ -0,0 +1,33 @@ +[SettingsWindow] +geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x3\0\0\0\0\0\0\0\0\0\0\0\0\x3\xb3\0\0\x3\xe3\0\0\0\0\0\0\0\0\0\0\x3\xb3\0\0\x3\xe3\0\0\0\0\0\0\0\0\a\x80\0\0\0\0\0\0\0\0\0\0\x3\xb3\0\0\x3\xe3) + +[Fonts] +fixed="FiraCode Nerd Font,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1,Regular,0,0" +general="Noto Sans,12,-1,5,400,0,0,0,0,0,0,0,0,0,0,1,Regular,0,0" + +[Appearance] +standard_dialogs=xdgdesktopportal +color_scheme_path=/home/denis/.config/qt6ct/colors/CosmicDark.conf +custom_palette=true +icon_theme=breeze-dark +style=Fusion +cosmic_qt_version=2 + +[Troubleshooting] +force_raster_widgets=1 +ignored_applications=@Invalid() + +[Interface] +toolbutton_style=4 +underline_shortcut=1 +buttonbox_layout=0 +gui_effects=General +stylesheets=@Invalid() +keyboard_scheme=2 +activate_item_on_single_click=1 +double_click_interval=400 +wheel_scroll_lines=3 +show_shortcuts_in_context_menus=true +cursor_flash_time=1000 +dialog_buttons_have_icons=1 +menus_have_icons=true -- cgit