dotfiles/.config/kando/menus.json
2026-04-12 11:58:16 +02:00

356 lines
10 KiB
JSON

{
"menus": [
{
"shortcut": "",
"shortcutID": "default-menu",
"centered": false,
"anchored": false,
"hoverMode": false,
"tags": [],
"root": {
"type": "submenu",
"name": "Default Menu",
"icon": "nixos",
"iconTheme": "simple-icons-colored",
"children": [
{
"type": "hotkey",
"name": "Toggle Float",
"icon": "float_landscape_2",
"iconTheme": "material-symbols-rounded",
"data": {
"hotkey": "MetaLeft+ShiftLeft+KeyT",
"delayed": true
}
},
{
"type": "command",
"name": "Up",
"icon": "arrow_circle_up",
"iconTheme": "material-symbols-rounded",
"data": {
"command": "niri msg action focus-workspace-up",
"detached": true,
"isolated": false,
"delayed": false
},
"angle": 0
},
{
"type": "submenu",
"name": "Media",
"icon": "headphones",
"iconTheme": "material-symbols-rounded",
"data": {},
"children": [
{
"type": "hotkey",
"name": "Next",
"icon": "skip_next",
"iconTheme": "material-symbols-rounded",
"data": {
"hotkey": "MediaTrackNext",
"delayed": true
}
},
{
"type": "hotkey",
"name": "Play|Pause",
"icon": "play_pause",
"iconTheme": "material-symbols-rounded",
"data": {
"hotkey": "MediaPlayPause",
"delayed": true
}
},
{
"type": "hotkey",
"name": "Previous",
"icon": "skip_previous",
"iconTheme": "material-symbols-rounded",
"data": {
"hotkey": "MediaTrackPrevious",
"delayed": true
}
}
],
"angle": 90
},
{
"type": "command",
"name": "Down",
"icon": "arrow_circle_down",
"iconTheme": "material-symbols-rounded",
"data": {
"command": "niri msg action focus-workspace-down",
"detached": true,
"isolated": false,
"delayed": false
},
"angle": 180
}
]
}
},
{
"shortcut": "",
"shortcutID": "zen-browser",
"centered": false,
"anchored": false,
"hoverMode": false,
"tags": [],
"root": {
"type": "submenu",
"name": "Zen Browser",
"icon": "zenbrowser",
"iconTheme": "simple-icons-colored",
"children": [
{
"type": "hotkey",
"name": "Compact Mode",
"icon": "view_compact_alt",
"iconTheme": "material-symbols-rounded",
"data": {
"hotkey": "ControlLeft+AltLeft+KeyC",
"delayed": true
}
},
{
"type": "hotkey",
"name": "Forward",
"icon": "arrow_circle_right",
"iconTheme": "material-symbols-rounded",
"data": {
"hotkey": "AltLeft+ArrowRight",
"delayed": true
},
"angle": 90
},
{
"type": "hotkey",
"name": "Split V",
"icon": "split_scene_up",
"iconTheme": "material-symbols-rounded",
"data": {
"hotkey": "ControlLeft+AltLeft+KeyH",
"delayed": true
}
},
{
"type": "hotkey",
"name": "Unsplit",
"icon": "tab",
"iconTheme": "material-symbols-rounded",
"data": {
"hotkey": "ControlLeft+AltLeft+KeyU",
"delayed": true
}
},
{
"type": "hotkey",
"name": "Split H",
"icon": "split_scene_left",
"iconTheme": "material-symbols-rounded",
"data": {
"hotkey": "ControlLeft+AltLeft+KeyV",
"delayed": true
}
},
{
"type": "hotkey",
"name": "Back",
"icon": "arrow_circle_left",
"iconTheme": "material-symbols-rounded",
"data": {
"hotkey": "AltLeft+ArrowLeft",
"delayed": true
},
"angle": 270
}
]
}
},
{
"shortcut": "",
"shortcutID": "gimp-menu",
"centered": false,
"anchored": false,
"hoverMode": false,
"tags": [],
"root": {
"type": "submenu",
"name": "GIMP",
"icon": "gimp",
"iconTheme": "simple-icons-colored",
"children": [
{
"type": "submenu",
"name": "Layers",
"icon": "layers",
"iconTheme": "material-symbols-rounded",
"children": [
{
"type": "hotkey",
"name": "New Layer",
"icon": "add",
"iconTheme": "material-symbols-rounded",
"data": {
"hotkey": "ShiftLeft+ControlLeft+KeyN",
"delayed": true
}
},
{
"type": "hotkey",
"name": "Duplicate Layer",
"icon": "content_copy",
"iconTheme": "material-symbols-rounded",
"data": {
"hotkey": "ShiftLeft+ControlLeft+KeyD",
"delayed": true
}
},
{
"type": "hotkey",
"name": "Merge Down",
"icon": "merge_type",
"iconTheme": "material-symbols-rounded",
"data": {
"hotkey": "ControlLeft+KeyE",
"delayed": true
}
},
{
"type": "hotkey",
"name": "Merge Visible",
"icon": "layers_clear",
"iconTheme": "material-symbols-rounded",
"data": {
"hotkey": "ShiftLeft+ControlLeft+KeyM",
"delayed": true
}
},
{
"type": "hotkey",
"name": "New from Visible",
"icon": "auto_fix_high",
"iconTheme": "material-symbols-rounded",
"data": {
"hotkey": "ShiftLeft+ControlLeft+AltLeft+KeyN",
"delayed": true
}
}
]
},
{
"type": "submenu",
"name": "Tools",
"icon": "brush",
"iconTheme": "material-symbols-rounded",
"children": [
{
"type": "hotkey",
"name": "Paintbrush",
"icon": "brush",
"iconTheme": "material-symbols-rounded",
"data": {
"hotkey": "KeyP",
"delayed": true
}
},
{
"type": "hotkey",
"name": "Eraser",
"icon": "cleaning_services",
"iconTheme": "material-symbols-rounded",
"data": {
"hotkey": "ShiftLeft+KeyE",
"delayed": true
}
},
{
"type": "hotkey",
"name": "Move",
"icon": "open_with",
"iconTheme": "material-symbols-rounded",
"data": {
"hotkey": "KeyM",
"delayed": true
}
},
{
"type": "hotkey",
"name": "Rectangle Select",
"icon": "rectangle",
"iconTheme": "material-symbols-rounded",
"data": {
"hotkey": "KeyR",
"delayed": true
}
},
{
"type": "hotkey",
"name": "Ellipse Select",
"icon": "lens",
"iconTheme": "material-symbols-rounded",
"data": {
"hotkey": "KeyE",
"delayed": true
}
},
{
"type": "hotkey",
"name": "Color Picker",
"icon": "colorize",
"iconTheme": "material-symbols-rounded",
"data": {
"hotkey": "KeyO",
"delayed": true
}
},
{
"type": "hotkey",
"name": "Zoom",
"icon": "zoom_in",
"iconTheme": "material-symbols-rounded",
"data": {
"hotkey": "KeyZ",
"delayed": true
}
},
{
"type": "hotkey",
"name": "Text",
"icon": "text_fields",
"iconTheme": "material-symbols-rounded",
"data": {
"hotkey": "KeyT",
"delayed": true
}
}
]
},
{
"type": "hotkey",
"name": "Ruler",
"icon": "align_flex_end",
"iconTheme": "material-symbols-rounded",
"data": {
"hotkey": "ControlLeft+ShiftLeft+KeyR",
"delayed": true
}
}
]
}
}
],
"collections": [
{
"name": "Favorites",
"icon": "favorite",
"iconTheme": "material-symbols-rounded",
"tags": [
"favs"
]
}
]
}