Skip to content

coreqt/arch-cheetsheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 

Repository files navigation

common things that might help ya because it helped me lot while using arch linux with hyprland in my day to day life.

To open dolphin file manager as root

su -c dolphin

To Change Cursor in Hyprland

hyprctl setcursor cursorname cursorsize
                  ^^         ^^

To install Vencord

sh -c "$(curl -sS https://raw.githubusercontent.com/Vendicated/VencordInstaller/main/install.sh)"

To mount a ntfs partition

mount -o rw -t ntfs-3g /dev/nvmexxxxx ~/Destination/

dependency: ntfs-3g

To update pacman mirror

sudo reflector --verbose --latest 10 --sort rate  --download-timeout 20 --save /etc/pacman.d/mirrorlist

Single line command that can run any music video from youtube silently in the background.

yt-dlp -f bestaudio ytsearch:"Let the world burn - Chris Grey" -o - 2>/dev/null | ffplay -nodisp -autoexit -i - &>/dev/null

dependency: ffplay yt-dlp

To Zip a folder.

zip -r archive_name.zip folder_to_zip/

dependency: zip

About

I keep forgeting these things so made a repo for it xD

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published