dnf install i3
echo "exec i3" > ~/.xinitrc
Change user-session=<anything>
with user-session=i3
in /etc/lightdm/lightdm.conf
systemctl mask gdm.service
dnf remove gdm
I'm not using GNOME as DE but I will keep some programs, in any case I don't want for GNOME to automatically download updates for me.
dconf write /org/gnome/software/download-updates false
systemctl enable lightdm.service
dnf install xbacklight NetworkManager-tui scrot ImageMagick pavucontrol feh arandr i3lock dunst xcompmgr network-manager-applet nethogs
I3 gaps-next https://github.com/Airblader/i3
Prerequisites
echo modprobe rtsx_usb >> /etc/rc.modules
chmod +x /etc/rc.modules
- If you have a computer equiped with a Nvidia graphic card that has optimus see there: https://fedoraproject.org/wiki/Bumblebee - using bumblebee to manage when the card should be activated can help a lot in power saving
powertop
is your friend, you can enable all the tunables by enabling the powertop servicesudo systemctl enable powertop.service
You are missing the X11 composite manager, install it xcompmgr
. This one required a specific section since I fall into it everytime!