From 2a7adda71fb620ead12311e5421dd346dc720c4b Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Fri, 5 May 2023 12:21:44 +0200 Subject: [PATCH] add qt options --- dot_config/lxqt/executable_lxqt.conf | 4 ++-- dot_config/lxqt/lxqt-powermanagement.conf | 6 ++++++ dot_config/lxqt/power.conf | 2 ++ dot_config/sway/executable_config | 1 + private_dot_gnupg/private_executable_gpg-agent.conf | 2 +- 5 files changed, 12 insertions(+), 3 deletions(-) create mode 100644 dot_config/lxqt/lxqt-powermanagement.conf create mode 100644 dot_config/lxqt/power.conf diff --git a/dot_config/lxqt/executable_lxqt.conf b/dot_config/lxqt/executable_lxqt.conf index 569309b..9cd1b46 100644 --- a/dot_config/lxqt/executable_lxqt.conf +++ b/dot_config/lxqt/executable_lxqt.conf @@ -1,7 +1,7 @@ [General] __userfile__=true icon_follow_color_scheme=true -icon_theme=Arc +icon_theme=Papirus-Dark tool_button_style=ToolButtonTextBesideIcon [Palette] @@ -16,4 +16,4 @@ window_text_color=#000000 [Qt] font="Cantarell,12,-1,5,50,0,0,0,0,0" -style=qt5ct-style +style=QtCurve diff --git a/dot_config/lxqt/lxqt-powermanagement.conf b/dot_config/lxqt/lxqt-powermanagement.conf new file mode 100644 index 0000000..c80913a --- /dev/null +++ b/dot_config/lxqt/lxqt-powermanagement.conf @@ -0,0 +1,6 @@ +[General] +__userfile__=true +enableBatteryWatcher=true +enableIdlenessWatcher=true +enableLidWatcher=true +runCheckLevel=1 diff --git a/dot_config/lxqt/power.conf b/dot_config/lxqt/power.conf new file mode 100644 index 0000000..79b42c6 --- /dev/null +++ b/dot_config/lxqt/power.conf @@ -0,0 +1,2 @@ +[General] +__userfile__=true diff --git a/dot_config/sway/executable_config b/dot_config/sway/executable_config index 978e8d8..44c9ec7 100644 --- a/dot_config/sway/executable_config +++ b/dot_config/sway/executable_config @@ -366,6 +366,7 @@ for_window [app_id="pavucontrol"] floating enable for_window [app_id="pavucontrol"] resize set 1000 600 for_window [app_id="org.gnome.Nautilus"] floating enable for_window [app_id="pcmanfm-qt"] floating enable +for_window [app_id="pcmanfm-qt"] resize set 1000 600 for_window [app_id="gnome-system-monitor"] floating enable; resize shrink down 100px; resize shrink up 100px for_window [app_id="wdisplays"] floating enable for_window [app_id="wdisplays"] resize set 1000 600 diff --git a/private_dot_gnupg/private_executable_gpg-agent.conf b/private_dot_gnupg/private_executable_gpg-agent.conf index 35a056c..8fa3023 100644 --- a/private_dot_gnupg/private_executable_gpg-agent.conf +++ b/private_dot_gnupg/private_executable_gpg-agent.conf @@ -1,3 +1,3 @@ default-cache-ttl 300 max-cache-ttl 999999 -pinentry-program /usr/bin/pinentry-wayland +pinentry-program /usr/bin/pinentry-qt