- Go to applications directory
cd
cd /usr/share/applications
- Edit
.desktopfile
| function previewImage() { | |
| const dropZone = document.getElementById("drop-zone"); | |
| const fileInput = document.getElementById("file-input"); | |
| const img = document.getElementById("preview-image"); | |
| let p = document.getElementById("drop-text"); | |
| if (fileInput) { | |
| fileInput.addEventListener("change", function () { | |
| const clickFile = this.files[0]; | |
| if (clickFile) { |
i3 only (i3 status i3 lock dmenu is not needed)Warning
Do not install preconfigured or distributed i3wm to avoid conflicts with XFCE settings
✅ Do sudo dnf install i3 --setopt=install_weak_deps=False
❎ Don't sudo dnf install i3 desktop or sudo dnf install @i3-desktop-environment