I followed the instructions to install i3 windows manager but the system became incredibly laggy slow after installing it. For example, I am in a browser and scrolling down and the screen will freeze/lag and then stop scrolling. I gotta click anywhere on screen for the screen to keep scrolling down or up .. It will also freeze when I am inside a terminal typing a command and I have to click anywhere inside the terminal for the command to completely print.
And dmenu doesn't work. $mod+d does nothing. Typing "i3-dmenu-desktop" gives an error message "invalid input: "" doesn't match any application. Your command: exec --no startup-id ""
Error: expected one of these tokens: '--no-startup-id',<string>
My machine is lenovo e570, i7 skylake, gtx950, 16G ddr4, nvme
On xfce everything seems to work fine.. Anyone else experiencing the same things with i3
"sudo qubes-dom0-update i3 i3-settings-qubes" will install i3-4.12
I built i3-4.16 and i3-settings-5.1 from official https://github.com/QubesOS/qubes-desktop-linux-i3/tree/release4.0?files=1
I transferred both packages to dom0
But in dom0 " sudo dnf install i3-4.16.rpm i3-settings" can't install packages BC of error: "nothing provides libc.so.6(GLIBC_2.27)(64bit) needed by i3-1000:4.16.8.fc28.x86_64"
Using "dnf install glibc-2.27" says "no package glibc-2.27 available" or with "qubes-dom0-update glibc-2.27" says "unable to find a match"
"dnf list glibc" is " installed packages glibc.x86_64-2.22-18.fc23 @anaconda"
I downloaded glibc2.27.rpm, glibc-common-2.27.rpm, glibc-langpack2.27.rpm, libnsl-2.27.rpm to install manually in dom0 but then it says I need more dependencies in order to install..
It seems like qubes-dom0-update is not in sync with latest repo..