>>107596071
>I don't know if I wanna deal with the hassle of installing stuff manually
Like what?
The only utilities I use for my i3 setup that I wouldn't use in a DE are picom, dmenu and feh. Maybe flameshot and alsamixer.
I have Ubuntu's default GNOME installation which takes care of some libraries a few programs need, and a graphical file manager for the few times when fish or dired is not enough.
Here are all the programs I've bound to hotkeys in my i3 config:
# start a terminal
bindsym $mod+Return exec i3-sensible-terminal
bindsym $mod+o exec kitty
bindsym Mod1+F1 exec kitty
# Browser
bindsym $mod+i exec brave-browser-stable --animation-duration-scale=0 --wm-window-animations-disabled --password-store=gnome-libsecret --force-device-scale-factor=1.2
# Desktop Search
bindsym $mod+F9 exec Mitsketa
# Emacs
bindsym $mod+p exec emacs -bg black -fg white
# Invert screen colors
bindsym $mod+z exec xcalib -i -a
# Switch keyboard layout
bindsym $mod+F8 exec FlipKeyboardLayout.sh
# Screenshots
bindsym $mod+Print exec scrot
bindsym Print exec flameshot gui
# Color picker
#bindsym button12 exec gcolor3
# kill focused window
bindsym $mod+Shift+q kill
bindsym Mod1+F4 kill
# start dmenu (a program launcher)
bindsym $mod+d exec dmenu_run -fn 'Mononoki Nerd Font:bold:pixelsize=32'
bindsym Mod1+F2 exec dmenu_run -fn 'Mononoki Nerd Font:bold:pixelsize=32'
On startup I just set a wallpaper and start pulseaudio.
exec_always ~/bin/WallpaperSetter.clj
exec (pgrep pulseaudio || pulseaudio)