fix waybar actions on niri

This commit is contained in:
2025-10-02 14:16:28 +02:00
parent f9e7d34794
commit 73a86b35d5
2 changed files with 11 additions and 3 deletions

8
.memo/niri-ricing.txt Normal file
View File

@@ -0,0 +1,8 @@
things I have installed:
everything in `./hyprland-ricing.txt`, in addition to:
swayidle # hypridle shows a warning on Niri, so better to use another one
swaybg # background of overview (blurred)
swww # background of workspaces
xwayland-satellite

View File

@@ -170,15 +170,15 @@
"niri/workspaces": {
"all-outputs": true,
"format": "{index}",
"on-scroll-up": "hyprctl dispatch workspace e+1 1>/dev/null",
"on-scroll-down": "hyprctl dispatch workspace e-1 1>/dev/null",
"on-scroll-up": "niri msg action focus-workspace-up",
"on-scroll-down": "niri msg action focus-workspace-down",
"sort-by-number": true
},
"niri/window": {
"format": "",
"separate-outputs": true,
"icon": true,
"on-click-middle": "hyprctl dispatch killactive",
"on-click-middle": "niri msg action close-window",
"icon-size": 14
},
"custom/mediaplayer": {