Removed dynamically determined settings from noctalia plugin configs

This commit is contained in:
2026-04-10 13:12:31 +01:00
parent 4d6e29814a
commit f05e3bbdc6
@@ -1,307 +1,4 @@
{
"cheatsheetData": [
{
"title": "Application Launchers",
"binds": [
{
"keys": "Super + SPACE",
"desc": "Activate the launcher"
},
{
"keys": "Super + Q",
"desc": "Launch the terminal"
},
{
"keys": "Super + W",
"desc": "Launch the browser"
},
{
"keys": "Super + E",
"desc": "Launch the note manager"
},
{
"keys": "Super + R",
"desc": "Launch the literature manager"
},
{
"keys": "Super + T",
"desc": "Launch the local documentation browser"
},
{
"keys": "Super + Y",
"desc": "Launch the music player"
},
{
"keys": "Super + U",
"desc": "Launch the bluetooth manager"
},
{
"keys": "Super + I",
"desc": "Launch the office suite"
},
{
"keys": "Super + O",
"desc": "Launch the file manager"
},
{
"keys": "Super + P",
"desc": "Launch the performance monitor"
},
{
"keys": "Super + S",
"desc": "Launch the backup terminal"
},
{
"keys": "Super + D",
"desc": "Search the note manager"
},
{
"keys": "Super + Shift + Q",
"desc": "Launch the default layout"
}
]
},
{
"title": "Function Hotkeys",
"binds": [
{
"keys": "Super + TAB",
"desc": "Take a screenshot"
},
{
"keys": "Super + ESCAPE",
"desc": "Lock the screen"
},
{
"keys": "Super + Shift + T",
"desc": "Activate Color Picker"
},
{
"keys": "Super + .",
"desc": "Launch emoji picker"
},
{
"keys": "Super + C",
"desc": "Kill the active window"
},
{
"keys": "Super + V",
"desc": "Toggle floating window"
},
{
"keys": "Super + M",
"desc": "Launch the power menu"
},
{
"keys": "Super + P",
"desc": "Toggle pseudotiling mode"
},
{
"keys": "Super + ;",
"desc": "Toggle split mode"
},
{
"keys": "Super + A",
"desc": "Display this cheatsheet"
},
{
"keys": "Vol Up",
"desc": "Increase volume"
},
{
"keys": "Vol Down",
"desc": "Decrease volume"
},
{
"keys": "Mute",
"desc": "Mute volume"
}
]
},
{
"title": "Navigation",
"binds": [
{
"keys": "Super + LEFT",
"desc": "Navigate left"
},
{
"keys": "Super + DOWN",
"desc": "Navigate right"
},
{
"keys": "Super + UP",
"desc": "Navigate up"
},
{
"keys": "Super + RIGHT",
"desc": "Navigate down"
},
{
"keys": "Super + H",
"desc": "Navigate left"
},
{
"keys": "Super + J",
"desc": "Navigate down"
},
{
"keys": "Super + K",
"desc": "Navigate up"
},
{
"keys": "Super + L",
"desc": "Navigate right"
},
{
"keys": "Super + Scroll Down",
"desc": "Scroll forward through workspaces"
},
{
"keys": "Super + Scroll Up",
"desc": "Scroll backwards through workspaces"
},
{
"keys": "Super + 1",
"desc": "Move to workspace 1"
},
{
"keys": "Super + 2",
"desc": "Move to workspace 2"
},
{
"keys": "Super + 3",
"desc": "Move to workspace 3"
},
{
"keys": "Super + 4",
"desc": "Move to workspace 4"
},
{
"keys": "Super + 5",
"desc": "Move to workspace 5"
},
{
"keys": "Super + 6",
"desc": "Move to workspace 6"
},
{
"keys": "Super + 7",
"desc": "Move to workspace 7"
},
{
"keys": "Super + 8",
"desc": "Move to workspace 8"
},
{
"keys": "Super + 9",
"desc": "Move to workspace 9"
},
{
"keys": "Super + 0",
"desc": "Move to workspace 10"
},
{
"keys": "Super + Z",
"desc": "Toggle scratchpad"
},
{
"keys": "Super + Shift + Z",
"desc": "Move to scratchpad"
}
]
},
{
"title": "Window Management",
"binds": [
{
"keys": "Super + Shift + LEFT",
"desc": "Move window left"
},
{
"keys": "Super + Shift + DOWN",
"desc": "Move window to left workspace"
},
{
"keys": "Super + Shift + UP",
"desc": "Move window to right workspace"
},
{
"keys": "Super + Shift + RIGHT",
"desc": "Move window right"
},
{
"keys": "Super + Shift + H",
"desc": "Move window left"
},
{
"keys": "Super + Shift + J",
"desc": "Move window to left workspace"
},
{
"keys": "Super + Shift + K",
"desc": "Move window to right workspace"
},
{
"keys": "Super + Shift + L",
"desc": "Move window right"
},
{
"keys": "Super + Shift + 1",
"desc": "Move window to workspace 1"
},
{
"keys": "Super + Shift + 2",
"desc": "Move window to workspace 2"
},
{
"keys": "Super + Shift + 3",
"desc": "Move window to workspace 3"
},
{
"keys": "Super + Shift + 4",
"desc": "Move window to workspace 4"
},
{
"keys": "Super + Shift + 5",
"desc": "Move window to workspace 5"
},
{
"keys": "Super + Shift + 6",
"desc": "Move window to workspace 6"
},
{
"keys": "Super + Shift + 7",
"desc": "Move window to workspace 7"
},
{
"keys": "Super + Shift + 8",
"desc": "Move window to workspace 8"
},
{
"keys": "Super + Shift + 9",
"desc": "Move window to workspace 9"
},
{
"keys": "Super + Shift + 0",
"desc": "Move window to workspace 10"
},
{
"keys": "Super + Left Click",
"desc": "Move the window"
},
{
"keys": "Super + Right Click",
"desc": "Resize the window"
}
]
}
],
"detectedCompositor": "hyprland",
"windowWidth": 1400,
"windowHeight": 850,
"autoHeight": true,
"columnCount": 3,
"modKeyVariable": "$mainMod",
"hyprlandConfigPath": "~/.config/hypr/hyprland.conf",
"niriConfigPath": "~/.config/niri/config.kdl"