fix waybar actions on niri
This commit is contained in:
8
.memo/niri-ricing.txt
Normal file
8
.memo/niri-ricing.txt
Normal 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
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user