Caution
This repository's main branch is experimental and will have frequent commits that may introduce breaking changes.
If you prefer a stable version, please check out the stable branch.
Lockscreen |
---|
Neofetch & Thunar |
---|
Wlogout logout menu |
---|
Rofi Application Launcher |
---|
Wallpaper Selector |
---|
Notification Center (SwayNC) |
---|
I have a really messy installation script made for my own use. I wouldn’t recommend others use this script.
Recommended Approach: Please manually install the configurations and dependencies.
Important
Install it only if you have a basic understanding of what you are doing. Don't blame me if things go wrong!
To install using the script, execute the following commands:
curl -O install.sh https://raw.githubusercontent.com/NotMugil/dotfiles/main/install.sh
chmod +x install.sh
./install.sh
You may want to set up an AUR helper. Check the instructions provided here to install yay.
- Install the packages mentioned in the wiki
- or you can check the packages list in the installation script.
After Installing the packages, make sure to backup your previous configs if needed.
- Clone the repository into your local system.
git clone --depth=1 https://github.com/NotMugil/dotfiles.git && cd dotfiles
- Copy the configs to their respective directories.
cp -r dots/.config/* ~/.config/
cp -r dots/.icons ~/
cp -r dots/.themes ~/
cp -r dots/.zshenv ~/
- To install sddm theme, copy the files into thier respective dir.
cp -r prefs/sddm.conf /etc/sddm.conf
cp -r misc/sddm /usr/share/sddm/themes/
Keys | Functionality |
---|---|
SUPER + RETURN | Launch Kitty |
SUPER + D | Launch Rofi |
SUPER + E | Launch Thunar File Manager |
SUPER + Q | Kill active window |
SUPER + W | Opens wallpaper selector |
SUPER + U | Opens waybar selector |
SUPER + V | Toggle floating window |
SUPER + L | Lockscreen |
SUPER + M | Launch wlogout |
SUPER + Shift + R | Opens sway notification center |
SUPER + Alt + T | Launch theme selector |
some of the cool people i took inspiration from for making my dotfiles. without them, this repo wouldn't exist.
- matt-ftw/dotfiles
- gh0stzk/dotfiles
- isabelroses/dotfiles
- axenide/dotfiles
- zakar98k/hyprland-catppuccin-dotz
- deathemonic/cat-dots
- zdyantb/hyprnova
dropping some informative stuff and resources that helped me here.