diff --git a/devices/pinebook b/devices/pinebook
index 7e8e8d5e450341cddaa6e15427a9a4e379489a3e..3d2f019ae1414be148b61f57c4a30a4d29afb351 100644
--- a/devices/pinebook
+++ b/devices/pinebook
@@ -12,3 +12,4 @@ wpa_supplicant
 pinebook-post-install
 
 # Video drivers
+xf86-video-fbturbo-git
diff --git a/editions/lxqt b/editions/lxqt
index bb1b53d4a9c66d82a2566323a4e07ee524a5590e..a074f479600206e381484b80d9888d6d36d624b1 100644
--- a/editions/lxqt
+++ b/editions/lxqt
@@ -46,7 +46,7 @@ kvantum-theme-adapta
 papirus-maia-icon-theme
 gtk-theme-breath
 breath-wallpaper
-xcursor-breeze #package does not work atm
+xcursor-breeze
 
 # Office suite
 libreoffice-fresh
@@ -67,4 +67,8 @@ firefox
 wget
 featherpad
 tlp
+bluez-utils
+pulseaudio-bluetooth
+manjaro-hotfixes
+blueman #gtk applet for bluetooth
 
diff --git a/overlays/lxqt/etc/skel/.config/lxqt/globalkeyshortcuts.conf b/overlays/lxqt/etc/skel/.config/lxqt/globalkeyshortcuts.conf
index 45e430427b681e9273d25a9a999ebca35af7f45b..56222875a1151f464181f3602a9f3ea119157394 100644
--- a/overlays/lxqt/etc/skel/.config/lxqt/globalkeyshortcuts.conf
+++ b/overlays/lxqt/etc/skel/.config/lxqt/globalkeyshortcuts.conf
@@ -6,7 +6,7 @@ AllowGrabMiscKeypad=true
 AllowGrabMiscSpecial=true
 MultipleActionsBehaviour=first
 
-[Alt%2BF1.10]
+[Menu.1]
 Comment=Show/hide main menu
 Enabled=true
 path=/panel/mainmenu/show_hide
diff --git a/overlays/lxqt/etc/skel/.config/openbox/lxqt-rc.xml b/overlays/lxqt/etc/skel/.config/openbox/lxqt-rc.xml
index ff27835bf3b97d2af29ddaabe8e5bc75cd81b3f8..ad9b1b6944123ee9029dd6f45e4e45121c894328 100644
--- a/overlays/lxqt/etc/skel/.config/openbox/lxqt-rc.xml
+++ b/overlays/lxqt/etc/skel/.config/openbox/lxqt-rc.xml
@@ -315,6 +315,81 @@
         <direction>down</direction>
       </action>
     </keybind>
+    <keybind key="W-S-1">
+      <action name="SendToDesktop">
+        <to>1</to>
+      </action>
+    </keybind>
+    <!-- Keybinding to move window to desktop 2 -->
+    <keybind key="W-S-2">
+      <action name="SendToDesktop">
+        <to>2</to>
+      </action>
+    </keybind>
+    <!-- Keybinding to move window to desktop 3 -->
+    <keybind key="W-S-3">
+      <action name="SendToDesktop">
+        <to>3</to>
+      </action>
+    </keybind>
+    <!-- Keybinding to move window to desktop 4 -->
+    <keybind key="W-S-4">
+      <action name="SendToDesktop">
+        <to>4</to>
+      </action>
+    </keybind>
+    <!-- Keybinding to maximise window-->
+    <keybind key="W-Up">
+      <action name="Maximize"/>
+    </keybind>
+    <!-- Keybinding to unmaximise window -->
+    <keybind key="W-Down">
+      <action name="Unmaximize"/>
+    </keybind>
+    <!-- Keybinding to move window to the left or right half of the desktop -->
+    <keybind key="W-Left">
+      <action name="UnmaximizeFull"/>
+      <action name="MaximizeVert"/>
+      <action name="MoveResizeTo">
+        <width>50%</width>
+      </action>
+      <action name="MoveToEdge">
+        <direction>west</direction>
+      </action>
+    </keybind>
+    <keybind key="W-Right">
+      <action name="UnmaximizeFull"/>
+      <action name="MaximizeVert"/>
+      <action name="MoveResizeTo">
+        <width>49%</width>
+      </action>
+      <action name="MoveToEdge">
+        <direction>east</direction>
+      </action>
+    </keybind>
+    <!-- Keybinding to maximise the window to the top and bottom but leave the width as is-->
+    <keybind key="W-Prior">
+      <action name="MoveResizeTo">
+        <!-- adjust a window's height and width -->
+        <!-- <width client="yes">2/3</width> -->
+        <height>1/1</height>
+      </action>
+    </keybind>
+    <!-- Keybinding to maximise the window to the top and bottom -->
+    <keybind key="W-f">
+      <action name="MoveResizeTo">
+        <!-- adjust a window's height and width -->
+        <width client="yes">3/4</width>
+        <height>1/1</height>
+      </action>
+    </keybind>
+    <!-- center the window on the first monitor -->
+    <keybind key="W-c">
+      <action name="MoveResizeTo">
+        <x>center</x>
+        <y>center</y>
+      </action>
+    </keybind>
     <!-- Keybindings for running applications.
    Commented out as application shortcuts should be handled by lxqt-globalkeys in LXQt sessions.
   <keybind key="W-q">
diff --git a/overlays/lxqt/etc/skel/.config/qterminal.org/qterminal.ini b/overlays/lxqt/etc/skel/.config/qterminal.org/qterminal.ini
new file mode 100644
index 0000000000000000000000000000000000000000..9935a49d7680cb8e83b0ed6e3f685f2872ab3c9a
--- /dev/null
+++ b/overlays/lxqt/etc/skel/.config/qterminal.org/qterminal.ini
@@ -0,0 +1,2 @@
+[General]
+colorScheme=GreenOnBlack