mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-12 03:49:57 -05:00
swap middle/right click on overview widget
right click is easier, and overview is more likely used than osk
This commit is contained in:
@@ -149,8 +149,8 @@ const WorkspaceContents = (count = 10) => {
|
|||||||
export default () => EventBox({
|
export default () => EventBox({
|
||||||
onScrollUp: () => Hyprland.messageAsync(`dispatch workspace -1`).catch(print),
|
onScrollUp: () => Hyprland.messageAsync(`dispatch workspace -1`).catch(print),
|
||||||
onScrollDown: () => Hyprland.messageAsync(`dispatch workspace +1`).catch(print),
|
onScrollDown: () => Hyprland.messageAsync(`dispatch workspace +1`).catch(print),
|
||||||
onMiddleClickRelease: () => App.toggleWindow('overview'),
|
onMiddleClick: () => App.toggleWindow('osk'),
|
||||||
onSecondaryClickRelease: () => App.toggleWindow('osk'),
|
onSecondaryClick: () => App.toggleWindow('overview'),
|
||||||
attribute: {
|
attribute: {
|
||||||
clicked: false,
|
clicked: false,
|
||||||
ws_group: 0,
|
ws_group: 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user