diff options
| author | Aargh Rai <aargh.rai+git@gmail.com> | 2026-08-06 00:29:36 +0530 |
|---|---|---|
| committer | Aargh Rai <aargh.rai+git@gmail.com> | 2026-08-06 00:29:36 +0530 |
| commit | 91a5f9790cfd4a98ee940633694fb512ecf24942 (patch) | |
| tree | b20bdd22e304234b6893e20d0ca5fbfd042f2184 /lxqt | |
| parent | ced774e19c36fb3b0b33a3846e7c9cf874b0c206 (diff) | |
i3 > hyprland & x11 > wayland
Diffstat (limited to 'lxqt')
| -rw-r--r-- | lxqt/lxqt-config-appearance.conf | 4 | ||||
| -rw-r--r-- | lxqt/lxqt-config-file-associations.conf | 2 | ||||
| -rw-r--r-- | lxqt/lxqt-config-input.conf | 3 | ||||
| -rw-r--r-- | lxqt/lxqt-config-locale.conf | 2 | ||||
| -rw-r--r-- | lxqt/lxqt-config.conf | 2 | ||||
| -rw-r--r-- | lxqt/lxqt-powermanagement.conf | 2 | ||||
| -rw-r--r-- | lxqt/lxqt.conf | 27 | ||||
| -rw-r--r-- | lxqt/notifications.conf | 7 | ||||
| -rw-r--r-- | lxqt/session.conf | 9 |
9 files changed, 58 insertions, 0 deletions
diff --git a/lxqt/lxqt-config-appearance.conf b/lxqt/lxqt-config-appearance.conf new file mode 100644 index 0000000..b246e4b --- /dev/null +++ b/lxqt/lxqt-config-appearance.conf @@ -0,0 +1,4 @@ +[General] +ControlGTKThemeEnabled=false +__userfile__=true +size=@Size(600 461) diff --git a/lxqt/lxqt-config-file-associations.conf b/lxqt/lxqt-config-file-associations.conf new file mode 100644 index 0000000..045a3dc --- /dev/null +++ b/lxqt/lxqt-config-file-associations.conf @@ -0,0 +1,2 @@ +[General] +size=@Size(600 400) diff --git a/lxqt/lxqt-config-input.conf b/lxqt/lxqt-config-input.conf new file mode 100644 index 0000000..6eb2392 --- /dev/null +++ b/lxqt/lxqt-config-input.conf @@ -0,0 +1,3 @@ +[General] +__userfile__=true +size=@Size(600 400) diff --git a/lxqt/lxqt-config-locale.conf b/lxqt/lxqt-config-locale.conf new file mode 100644 index 0000000..79b42c6 --- /dev/null +++ b/lxqt/lxqt-config-locale.conf @@ -0,0 +1,2 @@ +[General] +__userfile__=true diff --git a/lxqt/lxqt-config.conf b/lxqt/lxqt-config.conf new file mode 100644 index 0000000..eec583c --- /dev/null +++ b/lxqt/lxqt-config.conf @@ -0,0 +1,2 @@ +[General] +size=@Size(956 1024) diff --git a/lxqt/lxqt-powermanagement.conf b/lxqt/lxqt-powermanagement.conf new file mode 100644 index 0000000..79b42c6 --- /dev/null +++ b/lxqt/lxqt-powermanagement.conf @@ -0,0 +1,2 @@ +[General] +__userfile__=true diff --git a/lxqt/lxqt.conf b/lxqt/lxqt.conf new file mode 100644 index 0000000..9bc035d --- /dev/null +++ b/lxqt/lxqt.conf @@ -0,0 +1,27 @@ +[General] +__userfile__=true +icon_follow_color_scheme=true +palette_override=true +single_click_activate=false +theme=ambiance +tool_bar_icon_size=24 +tool_button_style=ToolButtonTextBesideIcon +wallpaper_override=true + +[Palette] +base_color=#3c3b37 +highlight_color=#ef7747 +highlighted_text_color=#ffffff +link_color=#8c9bff +link_visited_color=#ffb3f7 +text_color=#eeedec +tooltip_base_color=#31302d +tooltip_text_color=#eeedec +window_color=#31302d +window_text_color=#f2f1f0 + +[Qt] +doubleClickInterval=400 +font="JetBrainsMono Nerd Font,14,-1,5,400,0,0,0,0,0,0,0,0,0,0,1,,0,0" +style=Fusion +wheelScrollLines=3 diff --git a/lxqt/notifications.conf b/lxqt/notifications.conf new file mode 100644 index 0000000..6e9439b --- /dev/null +++ b/lxqt/notifications.conf @@ -0,0 +1,7 @@ +[General] +__userfile__=true +doNotDisturb=false +placement=top-left +screenWithMouse=false +server_decides=10 +unattendedMaxNum=10 diff --git a/lxqt/session.conf b/lxqt/session.conf new file mode 100644 index 0000000..2d45d38 --- /dev/null +++ b/lxqt/session.conf @@ -0,0 +1,9 @@ +[General] +__userfile__=true + +[Mouse] +accel_factor=20 +accel_threshold=10 +cursor_size=22 +cursor_theme=breeze_cursors +left_handed=true |
