=== nomenon_ is now known as nomenon [15:42] Hi! I don't like the default touchpad settings nor the ones offered by the "mouse and touchpad" application so I wrote my own script to set them up at login. However it seems to be executed *before* the XFCE ones, so those overwrite mine. What can I do? [15:43] I put my script on Session and Start [15:44] cousteau, 1. either add sleep 10/20 or whatever 2. make a systemd service that will run after the system settings [15:45] ok [15:46] can't I just tell Mouse and Touchpad to not touch my touchpad? [15:47] I guess I'll go with the sleep solution, but it sounds kinda hacky [15:47] cousteau, no clue about that one but if your script works then you just add: sleep 15; [15:48] oh, no need to write something like `bash -c 'sleep 15; `? [15:49] I needed that for my "custom volume keyboard shortcuts" inside Keyboard [15:49] cousteau, yeah in some cases you need to put it like this: sh -c "sleep 15; /path/to/script OR simply " [15:51] ok I added just sleep 20, let's see if it works :) [15:52] if not, I'll try with bash -c [15:53] and double quotes [15:53] I prefer single quotes [15:53] but yeah [19:08] Can I use xubuntu desk bar at the bottom instead of the top? [19:13] Chipm0nk, you mean the panel? yes, you can easily change its position [19:13] Yeah, I don't like it being on the top of my screen, I like it at the bottom. Just like lubuntu. [19:14] That's the only reason why I'm not using it. I tried to change it before but it wouldn't let me. [19:14] in the panel settings - https://docs.xfce.org/xfce/xfce4-panel/preferences - uncheck 'Lock panel' and drag it to the bottom [19:15] You're awesome! [19:15] clicking and dragging on the left handle [19:15] then lock it again :) [19:15] Thanks. 😃 [19:16] no problem, remember that you can also add "Menu" label to the main menu (Whisker Menu) if you want [19:17] well, it doesn't have to be "Menu" of course, any text [19:18] Thanks mate. [20:12] I like to add two panels, apps on the bottom, info on the top