diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2019-07-23 00:14:13 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2019-07-23 00:14:13 +0100 |
commit | 13de68b0f27c7b328b27f55f38a781f5de8fb93a (patch) | |
tree | fcc5aca3b4e7976a076528337def64399f226e6c /skel/.config/lxqt | |
parent | afc07adce9bb0fabe8d0610671b25d94c30a8a20 (diff) |
* lxqt : increase font size from 8 to 10
* lxqt : replace deprecated clock plugin with worldclock plugin
* gimp : use system theme by default
* gtk : increase font size from 8 to 10
* misc : various other updates
Diffstat (limited to 'skel/.config/lxqt')
-rw-r--r-- | skel/.config/lxqt/globalkeyshortcuts.conf | 192 | ||||
-rw-r--r-- | skel/.config/lxqt/panel.conf | 46 | ||||
-rw-r--r-- | skel/.config/lxqt/power.conf | 2 |
3 files changed, 231 insertions, 9 deletions
diff --git a/skel/.config/lxqt/globalkeyshortcuts.conf b/skel/.config/lxqt/globalkeyshortcuts.conf new file mode 100644 index 0000000..2b997a1 --- /dev/null +++ b/skel/.config/lxqt/globalkeyshortcuts.conf @@ -0,0 +1,192 @@ +[General] +AllowGrabBaseKeypad=true +AllowGrabBaseSpecial=false +AllowGrabLocks=false +AllowGrabMiscKeypad=true +AllowGrabMiscSpecial=true +MultipleActionsBehaviour=first + +[Alt%2BF1.10] +Comment=Show/hide main menu +Enabled=true +path=/panel/mainmenu/show_hide + +[Alt%2BF2.11] +Comment=Show/hide runner dialog +Enabled=true +path=/runner/show_hide_dialog + +[Control%2BAlt%2BD.15] +Comment=Show desktop +Enabled=true +path=/panel/showdesktop/show_hide + +[Control%2BAlt%2BE.1] +Comment=Pcmanfm +Enabled=true +Exec=pcmanfm-qt + +[Control%2BAlt%2BI.2] +Comment=Web browser +Enabled=true +Exec=xdg-open, about:blank + +[Control%2BAlt%2BL.3] +Comment=lockscreen +Enabled=true +Exec=xdg-screensaver, lock + +[Control%2BAlt%2BT.4] +Comment=QTerminal +Enabled=true +Exec=qterminal + +[Control%2BF1.16] +Comment=Switch to desktop 1 +Enabled=true +path=/panel/desktopswitch/desktop_1 + +[Control%2BF10.25] +Comment=Switch to desktop 10 +Enabled=true +path=/panel/desktopswitch/desktop_10 + +[Control%2BF11.26] +Comment=Switch to desktop 11 +Enabled=true +path=/panel/desktopswitch/desktop_11 + +[Control%2BF12.27] +Comment=Switch to desktop 12 +Enabled=true +path=/panel/desktopswitch/desktop_12 + +[Control%2BF2.17] +Comment=Switch to desktop 2 +Enabled=true +path=/panel/desktopswitch/desktop_2 + +[Control%2BF3.18] +Comment=Switch to desktop 3 +Enabled=true +path=/panel/desktopswitch/desktop_3 + +[Control%2BF4.19] +Comment=Switch to desktop 4 +Enabled=true +path=/panel/desktopswitch/desktop_4 + +[Control%2BF5.20] +Comment=Switch to desktop 5 +Enabled=true +path=/panel/desktopswitch/desktop_5 + +[Control%2BF6.21] +Comment=Switch to desktop 6 +Enabled=true +path=/panel/desktopswitch/desktop_6 + +[Control%2BF7.22] +Comment=Switch to desktop 7 +Enabled=true +path=/panel/desktopswitch/desktop_7 + +[Control%2BF8.23] +Comment=Switch to desktop 8 +Enabled=true +path=/panel/desktopswitch/desktop_8 + +[Control%2BF9.24] +Comment=Switch to desktop 9 +Enabled=true +path=/panel/desktopswitch/desktop_9 + +[Meta%2B0.37] +Comment=Activate task 10 +Enabled=true +path=/panel/taskbar/task_10 + +[Meta%2B1.28] +Comment=Activate task 1 +Enabled=true +path=/panel/taskbar/task_1 + +[Meta%2B2.29] +Comment=Activate task 2 +Enabled=true +path=/panel/taskbar/task_2 + +[Meta%2B3.30] +Comment=Activate task 3 +Enabled=true +path=/panel/taskbar/task_3 + +[Meta%2B4.31] +Comment=Activate task 4 +Enabled=true +path=/panel/taskbar/task_4 + +[Meta%2B5.32] +Comment=Activate task 5 +Enabled=true +path=/panel/taskbar/task_5 + +[Meta%2B6.33] +Comment=Activate task 6 +Enabled=true +path=/panel/taskbar/task_6 + +[Meta%2B7.34] +Comment=Activate task 7 +Enabled=true +path=/panel/taskbar/task_7 + +[Meta%2B8.35] +Comment=Activate task 8 +Enabled=true +path=/panel/taskbar/task_8 + +[Meta%2B9.36] +Comment=Activate task 9 +Enabled=true +path=/panel/taskbar/task_9 + +[Print.5] +Comment=screen shot +Enabled=true +Exec=lximage-qt, -s + +[Shift%2BControl%2BF6.6] +Comment=\x2600 \x2193 +Enabled=true +Exec=lxqt-config-brightness, -d + +[Shift%2BControl%2BF7.7] +Comment=\x2600 \x2191 +Enabled=true +Exec=lxqt-config-brightness, -i + +[XF86AudioLowerVolume.13] +Comment=Decrease sound volume +Enabled=true +path=/panel/volume/down + +[XF86AudioMute.14] +Comment=Mute/unmute sound volume +Enabled=true +path=/panel/volume/mute + +[XF86AudioRaiseVolume.12] +Comment=Increase sound volume +Enabled=true +path=/panel/volume/up + +[XF86MonBrightnessDown.8] +Comment=\x2600 \x2193 +Enabled=true +Exec=lxqt-config-brightness, -d + +[XF86MonBrightnessUp.9] +Comment=\x2600 \x2191 +Enabled=true +Exec=lxqt-config-brightness, -i diff --git a/skel/.config/lxqt/panel.conf b/skel/.config/lxqt/panel.conf index 736729a..4bf5bad 100644 --- a/skel/.config/lxqt/panel.conf +++ b/skel/.config/lxqt/panel.conf @@ -1,9 +1,6 @@ [General] __userfile__=true - -[clock] -alignment=Right -type=clock +iconTheme= [desktopswitch] alignment=Left @@ -11,6 +8,7 @@ type=desktopswitch [mainmenu] alignment=Left +showText=true type=mainmenu [mount] @@ -19,6 +17,7 @@ type=mount [panel1] alignment=-1 +animation-duration=0 background-color=@Variant(\0\0\0\x43\0\xff\xff\0\0\0\0\0\0\0\0) background-image= desktop=0 @@ -26,21 +25,25 @@ font-color=@Variant(\0\0\0\x43\0\xff\xff\0\0\0\0\0\0\0\0) hidable=false iconSize=20 lineCount=1 +lockPanel=false opacity=100 panelSize=32 -plugins=mainmenu, quicklaunch, taskbar, tray, statusnotifier, mount, volume, clock, desktopswitch, showdesktop +plugins=mainmenu, taskbar, tray, statusnotifier, mount, volume, worldclock2, desktopswitch, showdesktop position=Bottom +reserve-space=true +show-delay=0 +visible-margin=true width=100 width-percent=true -[quicklaunch] -alignment=Left -type=quicklaunch - [showdesktop] alignment=Left type=showdesktop +[statusnotifier] +alignment=Right +type=statusnotifier + [taskbar] alignment=Left autoRotate=true @@ -48,7 +51,9 @@ buttonHeight=100 buttonStyle=IconText buttonWidth=200 closeOnMiddleClick=true +cycleOnWheelScroll=true groupingEnabled=true +iconByClass=true raiseOnCurrentDesktop=false showDesktopNum=0 showGroupOnHover=true @@ -65,3 +70,26 @@ type=tray alignment=Right mixerCommand=pavucontrol-qt type=volume + +[worldclock2] +alignment=Right +autoRotate=true +customFormat="'<b>'HH:mm:ss'</b><br/><font size=\"-2\">'ddd, d MMM yyyy'<br/>'TT'</font>'" +dateFormatType=custom +dateLongNames=false +datePadDay=false +datePosition=below +dateShowDoW=false +dateShowYear=false +defaultTimeZone= +formatType=long-timeonly +showDate=false +showTimezone=false +timeAMPM=false +timePadHour=false +timeShowSeconds=false +timeZones\size=0 +timezoneFormatType=iana +timezonePosition=below +type=worldclock +useAdvancedManualFormat=false diff --git a/skel/.config/lxqt/power.conf b/skel/.config/lxqt/power.conf new file mode 100644 index 0000000..79b42c6 --- /dev/null +++ b/skel/.config/lxqt/power.conf @@ -0,0 +1,2 @@ +[General] +__userfile__=true |