Posts for: #Cli

Setting up my Terminal

  1. Install sudo dnf install hyprland

  2. Remove autogenerated=1 from ./config/hypr/hyperland.conf to remove warning

  3. Chance scale to 1 monitor=,preferred,auto,1.5 The above is resolution, (something), scale

  4. Adding dependencies, packages: sudo dnf copr enable solopasha/hyprland

Then sudo dnf install wayland-devel wayland-protocols-devel hyprlang-devel pango-devel cairo-devel file-devel libglvnd-devel libglvnd-core-devel libjpeg-turbo-devel libwebp-devel libjxl-devel gcc-c++ hyprutils-devel hyprwayland-scanner

Installing waybar: sudo dnf install waybar

  1. Configuring binds

$mainMod = ALT #changes from the default windows key

For shortcuts

Basic: bind = MODS, key, dispatcher, params

[Read more]