Wayland: Difference between revisions

From Hegemon Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 26: Line 26:
hyprctl dispatch togglefloating
hyprctl dispatch togglefloating
hyprctl dispatch resizeactive exact 800 600
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

Revision as of 11:35, 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

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