Wayland: Difference between revisions

From Hegemon Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 35: Line 35:
# Then set its opacity (if the prop is supported):
# Then set its opacity (if the prop is supported):
hyprctl dispatch setprop address:$addr alpha 0.8
hyprctl dispatch setprop address:$addr alpha 0.8

hyprctl getprop address:0x5628a0e18260 minsize
https://github.com/Simon-Martens/hyprland-minimizer
https://github.com/Simon-Martens/hyprland-minimizer

Revision as of 12:58, 25 September 2025

Programs

walker - Wayland launcher

swww - Efficient animated wallpaper daemon for wayland, controlled at runtime

wezterm - Terminal emulator

swaync - A simple notification daemon with a GTK gui for notifications and the control center

rofi - A window switcher, Application launcher and dmenu replacement.

wofi - Wofi is a launcher/menu program for wlroots based wayland compositors such as sway.

/Useful-Utilities/Must-have/

hyprsunset - Flux but for Wayland

hellwal - Generate color pallet from image


Reload Waybar

killall -SIGUSR2 waybar


Minimize

hyprctl dispatch togglefloating
hyprctl dispatch resizeactive exact 800 600


# Get the address of the active window:
addr=$(hyprctl activewindow -j | jq -r '.address')
# Then set its opacity (if the prop is supported):
hyprctl dispatch setprop address:$addr alpha 0.8
hyprctl getprop address:0x5628a0e18260 minsize

https://github.com/Simon-Martens/hyprland-minimizer