forked from extern/nix-config
waybar: Fix rofi click focus
Also adds an option to simply open a new empty workspace.
This commit is contained in:
parent
d4f0a45da3
commit
a3ffaf73a7
@ -78,8 +78,9 @@
|
||||
|
||||
"custom/new-workspace" = {
|
||||
"format" = "+";
|
||||
"on-click" = "hyprctl dispatch workspace empty && rofi -show drun";
|
||||
"on-click-right" = "rofi -show drun";
|
||||
"on-click" = "hyprctl dispatch workspace empty && sleep 0.1 && rofi -show drun";
|
||||
"on-click-right" = "sleep 0.1 && rofi -show drun";
|
||||
"on-click-middle" = "hyprctl dispatch workspace empty";
|
||||
"tooltip" = false;
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user