forked from Shinonome/dots-hyprland
stuff
This commit is contained in:
Executable
+128
@@ -0,0 +1,128 @@
|
||||
[
|
||||
[
|
||||
{
|
||||
"icon": "pin_drop",
|
||||
"name": "Workspaces: navigation",
|
||||
"binds": [
|
||||
{ "keys": [ "", "+", "#" ], "action": "Go to workspace #" },
|
||||
{ "keys": [ "", "+", "S" ], "action": "Toggle special workspace" },
|
||||
{ "keys": [ "", "+", "(Scroll ↑↓)" ], "action": "Go to workspace -1/+1" },
|
||||
{ "keys": [ "Ctrl", "", "+", "←"], "action": "Go to workspace on the left" },
|
||||
{ "keys": [ "Ctrl", "", "+", "→" ], "action": "Go to workspace on the right" },
|
||||
{ "keys": [ "", "+", "PageUp" ], "action": "Go to workspace on the left" },
|
||||
{ "keys": [ "", "+", "PageDown" ], "action": "Go to workspace on the right" }
|
||||
],
|
||||
"appeartick": 1
|
||||
},
|
||||
{
|
||||
"icon": "overview_key",
|
||||
"name": "Workspaces: management",
|
||||
"binds": [
|
||||
{ "keys": [ "", "Alt", "+", "#" ], "action": "Move window to workspace #" },
|
||||
{ "keys": [ "", "Alt", "+", "S" ], "action": "Move window to special workspace" },
|
||||
{ "keys": [ "", "Alt", "+", "PageUp" ], "action": "Move window to workspace on the left" },
|
||||
{ "keys": [ "", "Alt", "+", "PageDown" ], "action": "Move window to workspace on the right" }
|
||||
],
|
||||
"appeartick": 1
|
||||
},
|
||||
{
|
||||
"icon": "move_group",
|
||||
"name": "Windows",
|
||||
"binds": [
|
||||
{ "keys": [ "", "+", "←↑→↓" ], "action": "Focus window in direction" },
|
||||
{ "keys": [ "", "Shift", "+", "←↑→↓" ], "action": "Swap window in direction" },
|
||||
{ "keys": [ "", "+", ";" ], "action": "Split ratio -" },
|
||||
{ "keys": [ "", "+", "'" ], "action": "Split ratio +" },
|
||||
{ "keys": [ "", "+", "Lmb" ], "action": "Move window" },
|
||||
{ "keys": [ "", "+", "Mmb" ], "action": "Move window" },
|
||||
{ "keys": [ "", "+", "Rmb" ], "action": "Resize window" },
|
||||
{ "keys": [ "", "+", "F" ], "action": "Fullscreen" },
|
||||
{ "keys": [ "", "Alt", "+", "F" ], "action": "Fake fullscreen" }
|
||||
],
|
||||
"appeartick": 1
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"icon": "widgets",
|
||||
"name": "Eww widgets",
|
||||
"binds": [
|
||||
{ "keys": [ "" ], "action": "Open overview/launcher" },
|
||||
{ "keys": [ "Ctrl", "", "+", "R" ], "action": "Kill and restart Eww" },
|
||||
{ "keys": [ "", "+", "B" ], "action": "Toggle left sidebar" },
|
||||
{ "keys": [ "", "+", "N" ], "action": "Toggle right sidebar" },
|
||||
{ "keys": [ "", "+", "G" ], "action": "Toggle volume mixer" },
|
||||
{ "keys": [ "", "+", "M" ], "action": "Toggle useless audio visualizer" },
|
||||
{ "keys": [ "(right)Ctrl" ], "action": "Dismiss notification & close menus" }
|
||||
],
|
||||
"appeartick": 2
|
||||
},
|
||||
{
|
||||
"icon": "construction",
|
||||
"name": "Utilities",
|
||||
"binds": [
|
||||
{ "keys": [ "PrtSc" ], "action": "Screenshot → Clipboard" },
|
||||
{ "keys": [ "", "Shift", "+", "S" ], "action": "Screen snip → Clipboard" },
|
||||
{ "keys": [ "", "Shift", "+", "T" ], "action": "Image to text → Clipboard" },
|
||||
{ "keys": [ "", "Shift", "+", "C" ], "action": "Color picker" },
|
||||
{ "keys": [ "", "Alt", "+", "R" ], "action": "Record region" },
|
||||
{ "keys": [ "Ctrl", "Alt", "+", "R" ], "action": "Record region with sound" },
|
||||
{ "keys": [ "", "Shift", "Alt", "+", "R" ], "action": "Record screen with sound" }
|
||||
],
|
||||
"appeartick": 2
|
||||
},
|
||||
{
|
||||
"icon": "edit",
|
||||
"name": "Edit mode",
|
||||
"binds": [
|
||||
{ "keys": [ "Esc" ], "action": "Exit Edit mode" },
|
||||
{ "keys": [ "#" ], "action": "Go to to workspace #" },
|
||||
{ "keys": [ "Alt", "+", "#" ], "action": "Dump windows to workspace #" },
|
||||
{ "keys": [ "Shift", "+", "#" ], "action": "Swap windows with workspace #" },
|
||||
{ "keys": [ "Lmb" ], "action": "Move window" },
|
||||
{ "keys": [ "Mmb" ], "action": "Move window" },
|
||||
{ "keys": [ "Rmb" ], "action": "Resize window" }
|
||||
],
|
||||
"appeartick": 2
|
||||
}
|
||||
],
|
||||
[
|
||||
{
|
||||
"icon": "apps",
|
||||
"name": "Apps",
|
||||
"binds": [
|
||||
{ "keys": [ "", "+", "T" ], "action": "Launch terminal: foot" },
|
||||
{ "keys": [ "", "+", "↵" ], "action": "Launch terminal: WezTerm" },
|
||||
{ "keys": [ "", "+", "W" ], "action": "Launch browser: Firefox" },
|
||||
{ "keys": [ "", "+", "C" ], "action": "Launch editor: vscode" },
|
||||
{ "keys": [ "", "+", "X" ], "action": "Launch editor: GNOME Text Editor" },
|
||||
{ "keys": [ "", "+", "I" ], "action": "Launch settings: GNOME Control center" }
|
||||
],
|
||||
"appeartick": 3
|
||||
},
|
||||
{
|
||||
"icon": "keyboard",
|
||||
"name": "Typing",
|
||||
"binds": [
|
||||
{ "keys": [ "", "+", "V" ], "action": "Clipboard" },
|
||||
{ "keys": [ "", "+", "." ], "action": "Emoji picker" },
|
||||
{ "keys": [ "", "+", "Space" ], "action": "Switch language" }
|
||||
],
|
||||
"appeartick": 3
|
||||
},
|
||||
{
|
||||
"icon": "terminal",
|
||||
"name": "Launcher commands",
|
||||
"binds": [
|
||||
{ "keys": [ ">light" ], "action": "Switch to light theme" },
|
||||
{ "keys": [ ">dark" ], "action": "Switch to dark theme" },
|
||||
{ "keys": [ ">img" ], "action": "Select wallpaper and generate colorscheme" },
|
||||
{ "keys": [ ">save", "THEME_NAME" ], "action": "Save current colorscheme as THEME_NAME" },
|
||||
{ "keys": [ ">load", "THEME_NAME" ], "action": "Load colorscheme THEME_NAME" },
|
||||
{ "keys": [ ">music" ], "action": "Apply colorscheme from media cover" },
|
||||
{ "keys": [ ">r" ], "action": "Restart Eww" }
|
||||
],
|
||||
"appeartick": 3
|
||||
}
|
||||
]
|
||||
]
|
||||
Executable
+9
@@ -0,0 +1,9 @@
|
||||
[
|
||||
{"name": "Documents", "path": "~/Documents", "icon": "description"},
|
||||
{"name": "Downloads", "path": "~/Downloads", "icon": "download"},
|
||||
{"name": "Music", "path": "~/Music", "icon": "music_note"},
|
||||
{"name": "Pictures", "path": "~/Pictures", "icon": "image"},
|
||||
{"name": "Videos", "path": "~/Videos", "icon": "movie"},
|
||||
{"name": "eww", "path": "~/.config/eww", "icon": "widgets"},
|
||||
{"name": "hypr", "path": "~/.config/hypr", "icon": "water_drop"}
|
||||
]
|
||||
Executable
+14
@@ -0,0 +1,14 @@
|
||||
[
|
||||
{
|
||||
"name": "English (United States)",
|
||||
"name_method": "US",
|
||||
"name_ibus": "xkb:us::eng",
|
||||
"name_abbr": "ENG"
|
||||
},
|
||||
{
|
||||
"name": "Vietnamese",
|
||||
"name_method": "Vietnamese Telex (Bamboo Engine)",
|
||||
"name_ibus": "Bamboo::Us",
|
||||
"name_abbr": "VIE"
|
||||
}
|
||||
]
|
||||
Executable
+34
@@ -0,0 +1,34 @@
|
||||
[
|
||||
{
|
||||
"address": [],
|
||||
"class": "org.gnome.Nautilus",
|
||||
"count": 0,
|
||||
"icon": "/usr/share/icons/Win11-dark/apps/scalable/nautilus.svg",
|
||||
"workspace": [],
|
||||
"exec": "nautilus --new-window &"
|
||||
},
|
||||
{
|
||||
"address": [],
|
||||
"class": "firefox",
|
||||
"count": 0,
|
||||
"icon": "/usr/share/icons/Win11-dark/apps/scalable/firefox.svg",
|
||||
"workspace": [],
|
||||
"exec": "firefox &"
|
||||
},
|
||||
{
|
||||
"address": [],
|
||||
"class": "code-url-handler",
|
||||
"count": 0,
|
||||
"icon": "/usr/share/icons/Win11-dark/apps/scalable/code.svg",
|
||||
"workspace": [],
|
||||
"exec": "code --password-store=gnome --enable-features=UseOzonePlatform --ozone-platform=wayland &"
|
||||
},
|
||||
{
|
||||
"address": [],
|
||||
"class": "foot",
|
||||
"count": 0,
|
||||
"icon": "/usr/share/icons/Win11-dark/apps/scalable/foot.svg",
|
||||
"workspace": [],
|
||||
"exec": "foot &"
|
||||
}
|
||||
]
|
||||
Executable
+2
@@ -0,0 +1,2 @@
|
||||
|
||||
["wallpaper scroll, multi layer with diff speed","hyprlewd = hyprland + newm","hyprland: mouse warp with anim","hyprland: allow movefocus to adjacent workspaces","hyprland: submap inherit global","install tutorial","hyprland: cut corners instead of just rounding"]
|
||||
Executable
+9
@@ -0,0 +1,9 @@
|
||||
[
|
||||
{"name": "Discord", "url": "https://discord.com/app", "icon": ""},
|
||||
{"name": "Youtube", "url": "https://youtube.com", "icon": ""},
|
||||
{"name": "SoundCloud", "url": "https://soundcloud.com", "icon": ""},
|
||||
{"name": "GitHub", "url": "https://github.com", "icon": ""},
|
||||
{"name": "Pixiv", "url": "https://pixiv.net", "icon": ""},
|
||||
{"name": "Gmail", "url": "https://mail.google.com", "icon": ""},
|
||||
{"name": "G Translate", "url": "https://translate.google.com", "icon": ""}
|
||||
]
|
||||
Reference in New Issue
Block a user