Skip to content

My Config files for Hyprland WDM and KDE for arch

Notifications You must be signed in to change notification settings

JensDeLeersnyder/Arch-Dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hyprland and KDE config files from Jens

Hyprland

Screenshot

KDE

Screenshot

Install

Install Arch

Switch keyboard layout

loadkeys be-latin1

Connect to wifi

iwctl
device list
station wlan0 scan
station wlan0 get-networks
station wlan0 connect "Name of Network/WiFi"

Install OS

archinstall

Yay

Run as user NOT ROOT!

git clone https://aur.archlinux.org/yay-bin
cd yay-bin
makepkg -si

Packages

yay -S vim tldr nano micro brave-bin vscode json-c curl cmake python-pip libappindicator-gtk3 github-desktop-bin onlyoffice-bin envycontrol nvidia-settings signal-desktop nvidia ntfs-3g git rocketchat-desktop paru downgrade zfz packagekit-qt5 oh-my-zsh-git

Configuration Sddm /etc/sddm.conf

Session=Hyprland.desktop
User=Jens
Numlock=true

Install Caskaydiacode nerd font mono

yay -S nerd-fonts-meta

install hyprland

yay -S hyperland-bin sddm-git waybar-hyprland

Waybar Weather

Install python module

pip install requests

Install nvidia drivers

yay -S nvidia

KDE-Plasma

install KDE

yay -S plsama kde-network-meta kde-system-meta kde-utilities-meta plasma-wayland-session

KDE restore/backup tools

install Konsave

pip install konsave

add alias to your shell

alias konsave="/home/${USER}/.local/bin/konsave"

Backup

konsave --export-profile profile_name

Restore

konsave --import-profile path/to/profile_name.knsv

Sources used making these

About

My Config files for Hyprland WDM and KDE for arch

Topics

Resources

Stars

Watchers

Forks

Languages

  • Shell 52.6%
  • QML 36.9%
  • Python 7.7%
  • CSS 2.8%