| Xdg Data Home | /home/user1/.local/share |
| Xdg Config Home | /home/user1/.config |
| Xdg Data Dirs | /home/user1/.local/share/flatpak/exports/share:/var/lib/flatpak/exports/share:/usr/local/share:/usr/share |
| Xdg Cache Home | /home/user1/.cache |
| Xdg Runtime Home | /run/user/1000 |
| Xdg Autostart Dirs | /etc/xdg/autostart |
| Xdg Autostart Home | /home/user1/.config/autostart |
Lancer xfwm4-tweaks-settings puis
Compositor - Zoom destop with mouse wheel
Ce qui revient à changer
~/.config/xfce4/xfconf/xfce-perchannel-xml/xfwm4.xml
<?xml version="1.0" encoding="UTF-8"?> <channel name="xfwm4" version="1.0"> <property name="general" type="empty"> <!-- others lines --> <!-- property name="zoom_desktop" type="bool" value="true"/ --> <property name="zoom_desktop" type="bool" value="false"/> <!-- others lines --> </property> </channel>
sudo apt-get install git make cmake #sudo apt-get install qtbase5-dev libqt5widgets5 libqt5x11extras5-dev qttools5-dev libqt5svg5-dev libfm-qt-dev #sudo apt-get install $(apt-cache search ^qt |grep dev |grep ^qt |awk '{print $1}' |grep dev$) sudo apt-get build-dep lximage-qt git clone https://github.com/lxqt/lximage-qt cd lximage-qt mkdir build cd build cmake .. make -j $(nproc)
sudo apt-get install compton compton-conf
Puis lancer compton-conf
~/.config/openbox/autostart
#@compton -c -r 16 -l -24 -t -12 -G -b @compton
Source https://www.mostad.eu/how-to-make-alt-tab-show-windows-from-all-desktops-in-lubuntu/
Ajouter :
<allDesktops>yes</allDesktops>
dans le fichier ci dessous
~/.config/openbox/lxqt-rc.xml
<!-- Keybindings for window switching --> <keybind key="A-Tab"> <action name="NextWindow"> <allDesktops>yes</allDesktops> <finalactions> <action name="Focus"/> <action name="Raise"/> <action name="Unshade"/> </finalactions> </action> </keybind> <keybind key="A-S-Tab"> <action name="PreviousWindow"> <allDesktops>yes</allDesktops> <finalactions> <action name="Focus"/> <action name="Raise"/> <action name="Unshade"/> </finalactions> </action> </keybind>
Puis
openbox --reconfigure
Autres
Openbox as Window Manager
~/.config/lxqt/session.conf
[General] __userfile__=true #window_manager=xfwm4 window_manager=openbox
Solution
~/.config/openbox/lxqt-rc.xml
<keybind key="W-F1"> <action name="MoveResizeTo"> <!-- move the window to the second monitor --> <monitor>1</monitor> <!-- put the window in the bottom right corner --> <x>center</x> <y>center</y> </action> </keybind>
Reload de la conf OpenBox
openbox --reconfigure
Solution :
~/.config/mimeapps.list
[Default Applications] inode/mount-point=pcmanfm-qt.desktop;
~/.local/share/applications/mimeapps.list
[Added Associations] #inode/directory=nautilus.desktop #inode/directory=nemo.desktop inode/directory=pcmanfm-qt.desktop
apt-get install ibus nm-tray pavucontrol-qt vlc-plugin-qt apt-get install snapd #snap install --classic notepadqq apt-get install notepadqq
sudo apt-get install featherpad
Preferences → Text → Dark Color Scheme
~/.config/featherpad/fp.conf
[text] darkColorScheme=true
Voir
apt-cache search qt |awk '{print $1}' |grep '\-qt$'
~/.bashrc
ssh-add -l >/dev/null if [[ $? -eq 1 ]] then ssh-add fi
sudo update-alternatives --config x-session-manager