Skip to content

IlReSenzaNome/hyprdots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hyprland on ArchLinux

IlReSenzaNome hypr Files 📁

🌟 Preview

workspaces

window


Video

output_video.mp4

Overview

Note

Hyprland is a dynamic tiling Wayland compositor based on wlroots that doesn't sacrifice on its looks.

ArchLinux
Window Manager Hyprland
Terminal Emulator warp
Bar Waybar-hyprland-git
Application Launcher Wofi
Notification Daemon Mako
Display Manager None(TTY1 login)
Network Management tool NetworkManager
System Resource Monitor bottom
File Manager Ranger, PCManFM
lockscreen hyprlock
shell zsh
Music Player mpd, ncmpcpp, mpc
Media Player mpv
Text Editor Neovim
Fonts Nerd fonts
imv imv
Web Browser brave
Screenshot Software grimshot,grimblast
Screen Recording wf-recorder,
Clipboard wl-clipboard
Color Picker hyprpicker

Very useful keybindings to know...

Keys Action
super + Enter
Open a terminal
Print Takes screenshot.
ctrl + super + alt + X
Power off computer

Install

Caution

This dotfiles are configured at 1366X76 resolution with 96 DPI and 1 monitor. Some stuff might break on lower or higher resolutions, but still work

The installer only works for ARCH Linux, and based distros.

Open a terminal in HOME

  • First download the installer
curl https://raw.githubusercontent.com/IlReSenzaNome/hyprdots/main/install.sh -o $HOME/install.sh

# Maybe you want a short url??

curl -L https://is.gd/kd8B6p -o $HOME/install.sh
  • Now give it execute permissions
chmod +x install.sh
  • Finally run the installer
./install.sh

Special thanks