No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-09-13 22:40:30 +03:00
butterbian-setup.sh Meow 2026-09-13 22:40:30 +03:00
optimisations.md Meow 2026-09-13 22:40:30 +03:00
README.md Meow 2026-09-13 22:40:30 +03:00
setup.sh asd 2026-09-05 00:08:51 +03:00

DWM setup on debian

Scripts support atleast the following distos:

  • Debian (Sid/Trixie)
  • Devuan (Ceres/Excalibur)
    • Change the xlibre target to devuan

Nvidia drivers, xlibre, noctalia are commented out by default, to enable them, uncomment and set the options correctly.

What it setups?

Reference repos:

Repository URL
Dwm https://git.iostria.org/dotfiles/dwm.git
home .files https://git.iostria.org/dotfiles/home-dotfiles.git
Doom emacs https://git.iostria.org/dotfiles/doom-configs.git
Dotfiles https://git.iostria.org/dotfiles/dotfiles.git
Wallpapers https://git.iostria.org/dotfiles/wallpapers.git

Quick Install

If you are on debian based distribution:

./butterbian-setup.sh

Then run the setup script:

chmod +x ./setup.sh
./setup.sh

Flatpak cursors

You need to grant flatpak apps access to your cursors.

# Grant access to user cursor themes (~/.icons and ~/.local/share/icons)
flatpak override --user --filesystem=~/.icons:ro
flatpak override --user --filesystem=~/.local/share/icons:ro
# Grant access to system cursor themes
flatpak override --user --filesystem=/usr/share/icons:ro
flatpak override --user --filesystem=xdg-config/gtk-3.0:ro
flatpak override --user --filesystem=xdg-config/gtk-4.0:ro
# Set the XCURSOR_PATH environment variable
flatpak override --user --env=XCURSOR_PATH=/home/$USER/.icons:/run/host/user-share/icons:/run/host/share/icons

# If you want to set a specific cursor theme (replace 'Sunset-cursors' with your theme name)
flatpak override --user --env=XCURSOR_THEME=Sunset-cursors
# Optional: set cursor size
flatpak override --user --env=XCURSOR_SIZE=24

[LAST] Last step

Just reboot and enjoy :). You still need to install the fonts and setup gtk and qt6ct theming to how you like and setup your screen in arandar or in ~/.xprofile with xrandr

To change your shell to zsh, run: chsh -s $(which zsh)