Wayland: Difference between revisions
Jump to navigation
Jump to search
m (→Programs) |
mNo edit summary |
||
| (6 intermediate revisions by the same user not shown) | |||
| Line 17: | Line 17: | ||
[https://github.com/danihek/hellwal hellwal] - Generate color pallet from image |
[https://github.com/danihek/hellwal hellwal] - Generate color pallet from image |
||
Reload Waybar |
|||
<code>killall -SIGUSR2 waybar</code> |
|||
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 |
|||
minhypr |
|||
Latest revision as of 17:55, 25 September 2025
Programs[edit | edit source]
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.
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
minhypr