Skip to content

prrockzed/hypr-dots

 
 

Repository files navigation

1. Dependencies installation

You will have to manually install the dependencies (sometimes package names changes. Right, Hyprshot?)

Waybar:

sudo pacman -S waybar

Zsh:

sudo pacman -S zsh 

Hyprland:

sudo pacman -S hyprland 

Hyprshot:

yay -S hyprshot 

Hyprlock:

sudo pacman -S hyprlock 

Swww:

sudo pacman -S swww 

Kitty:

sudo pacman -S kitty 

Nerd-fonts and Awesome-fonts:

sudo pacman -S awesome-terminal-fonts otf-font-awesome ttf-font-awesome ttf-jetbrains-mono ttf-jetbrains-mono-nerd nerd-fonts

Fastfetch:

sudo pacman -S fastfetch 

Oh-my-ZSH:

https://github.com/ohmyzsh/ohmyzsh

PowerLevel10K:

https://github.com/romkatv/powerlevel10k

Rofi

Rofi:

sudo pacman -S rofi-wayland 

Rofi fonts:

https://github.com/adi1090x/rofi

2. Dotfiles installation

Paste it in your terminal:

git clone -b mauve https://github.com/sansroot/hypr-dots
cd hypr-dots
sudo chmod -R 777 *
bash ./dotfiles_installer.sh

3. Optional

Nvim:

sudo pacman -S neovim 

NVChad:

https://github.com/NvChad/NvChad

Catppuccin Mocha DARK cursor:

https://www.gnome-look.org/p/2135236

Catppuccin GTK theme:

https://www.gnome-look.org/p/1996672

Tela circle icons:

https://www.pling.com/p/1359276/

4. To help you

Nwg-look:

sudo pacman -S nwg-look 

Apple Keyboard native path to configure key layout:

/sys/bus/hid/drivers/apple/module/parameters

Screen share in hyprland:

https://gist.github.com/brunoanc/2dea6ddf6974ba4e5d26c3139ffb7580

Keybinds


mainmod(super) + C: switch themes

mainmod(super) + Return: open terminal

mainmod(super) + Q: close active window

mainmod(super) + M: exit system

mainmod(super) + F: toggle fullscreen

mainmod(super) + E: open file manager

alt + F: toggle floating windows

alt + X: open menu

alt + Z: open power menu

alt + S: toggle split screen

mainmod(super) + A: focus left window

mainmod(super) + D: focus right window

mainmod(super) + W: focus up window

mainmod(super) + S: focus down window

alt + P: take screenshot

mainmod(super) + L: lock screen

mainmod(super) + K: close panel

mainmod(super) + J: start panel

alt + 1: switch to workspace 1

alt + 2: switch to workspace 2

alt + 3: switch to workspace 3

alt + 4: switch to workspace 4

alt + 5: switch to workspace 5

alt + 6: switch to workspace 6

alt + 7: switch to workspace 7

alt + 8: switch to workspace 8

alt + 9: switch to workspace 9

alt + 0: switch to workspace 10

mainmod(super) + 1: move to workspace 1

mainmod(super) + 2: move to workspace 2

mainmod(super) + 3: move to workspace 3

mainmod(super) + 4: move to workspace 4

mainmod(super) + 5: move to workspace 5

mainmod(super) + 6: move to workspace 6

mainmod(super) + 7: move to workspace 7

mainmod(super) + 8: move to workspace 8

mainmod(super) + 9: move to workspace 9

mainmod(super) + 0: move to workspace 10


mauve

About

Check different branches

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 94.0%
  • CSS 6.0%