sudo pacman -Syu
check.sh # check for dependencies not installed
pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si # builds with makepkg
change the following in hyprland.conf:
|funtion|key| |—|—| |togglesplit|S| |killactive|Q| |terminal|RETURN| |move focus up, left, right, down|k,h,l,j| ```conf $fileManager = kitty python3 ~/ranger/ranger.py exec-once = dunst & hyprpaper & waybar
input { kb_options = caps:escape } general { border_size = 0 }
bind = $mainMod,w,exec,firefox –private-window bind = control_l,b,exec,killall waybar || waybar bind = control_l,w,exec, killall hyprpaper || hyprpaper
## terminal (kitty)
* change theme -> `kitty +kitten themes`
* change font -> `kitten choose-fonts`
* add this to kitty.conf
```conf
window_padding_width 20
installation
git clone https://github.com/ranger/ranger/
cd ranger
python3 ./ranger.py
set preview_images_method kitty
set preview_images true
set show_hidden true
map xc shell wl-copy < %f
map <F1> shell hyprctl hyprpaper reload ,%d/%f #pressing f1 will change the wallpaper
rifle.py
just copy the nvim
folder to the .config
folder
dunstify "It works"
hyprland.conf
scrn.sh ?
to get help
bind = control_r,1, exec, ~/scrn.sh f # screenshot of full screen/monitor
bind = control_r,2, exec, ~/scrn.sh a # screenshot of active window
bind = control_r,3, exec, ~/scrn.sh s # screenshot of a selected area
login to the gh account using browser
gh auth login
clear
export EDITOR="nvim"
alias sb="source .bashrc"
alias n="nvim"
alias lg="lazygit"
alias f="python3 ~/ranger/ranger.py"
alias sd="systemctl poweroff"
mkdir ~/server
mount -t cifs # make sure command works
fuser # make sure command works
sudo mount -t cifs //ip-address/share_point ~/server -o username=<your_username>,password=<your_password>
run the script check.sh