Wayland: Difference between revisions
Jump to navigation
Jump to search
(Created page with "[https://github.com/abenz1267/walker walker] - Wayland launcher [https://github.com/LGFae/swww swww] - Efficient animated wallpaper daemon for wayland, controlled at runtime [https://wezterm.org/ wezterm] - Terminal emulator") |
mNo edit summary |
||
| (10 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
=== Programs === |
|||
[https://github.com/abenz1267/walker walker] - Wayland launcher |
[https://github.com/abenz1267/walker walker] - Wayland launcher |
||
| Line 4: | Line 5: | ||
[https://wezterm.org/ wezterm] - Terminal emulator |
[https://wezterm.org/ wezterm] - Terminal emulator |
||
[https://github.com/ErikReider/SwayNotificationCenter?tab=readme-ov-file#want-to-show-off-your-sick-config swaync] - A simple notification daemon with a GTK gui for notifications and the control center |
|||
[https://github.com/davatorium/rofi rofi] - A window switcher, Application launcher and dmenu replacement. |
|||
[https://github.com/SimplyCEO/wofi wofi] - Wofi is a launcher/menu program for wlroots based wayland compositors such as sway. |
|||
[https://wiki.hyprland.org/Useful-Utilities/Must-have/ /Useful-Utilities/Must-have/] |
|||
hyprsunset - Flux but for Wayland |
|||
[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