79 lines
No EOL
2.7 KiB
Text
79 lines
No EOL
2.7 KiB
Text
// Edit with `hyprshell config edit`
|
|
(
|
|
version: 4,
|
|
windows: (
|
|
scale: 5.0,
|
|
items_per_row: 6,
|
|
overview: (
|
|
launcher: (
|
|
default_terminal: "konsole",
|
|
launch_modifier: "ctrl",
|
|
width: 650,
|
|
max_items: 5,
|
|
show_when_empty: true,
|
|
plugins: (
|
|
applications: (
|
|
run_cache_weeks: 8,
|
|
show_execs: true,
|
|
show_actions_submenu: true,
|
|
),
|
|
terminal: (),
|
|
shell: (),
|
|
websearch: (
|
|
engines: [
|
|
(
|
|
url: "https://www.startpage.com/sp/search?query={}",
|
|
name: "Startpage",
|
|
key: 's',
|
|
),
|
|
(
|
|
url: "https://www.youtube.com/results?search_query={}",
|
|
name: "YouTube",
|
|
key: 'y',
|
|
),
|
|
],
|
|
),
|
|
calc: (),
|
|
path: (),
|
|
actions: (
|
|
actions: [
|
|
logout,
|
|
reboot,
|
|
shutdown,
|
|
custom(
|
|
names: [
|
|
"Reload",
|
|
],
|
|
details: "Reloads Hyprshell",
|
|
command: "sleep 1; hyprshell socat \'\"Restart\"\'",
|
|
icon: "system-restart",
|
|
),
|
|
custom(
|
|
names: [
|
|
"Clipboard",
|
|
],
|
|
details: "Shows clipboard history",
|
|
command: "`",
|
|
icon: "system-clipboard",
|
|
),
|
|
],
|
|
),
|
|
),
|
|
),
|
|
key: "insert",
|
|
top_offset: 430,
|
|
modifier: "super",
|
|
filter_by: [],
|
|
exclude_workspaces: "",
|
|
),
|
|
switch: (
|
|
modifier: "super",
|
|
key: "Tab",
|
|
filter_by: [],
|
|
switch_workspaces: false,
|
|
exclude_workspaces: "special:*",
|
|
kill_key: 'q',
|
|
),
|
|
switch_2: None,
|
|
),
|
|
) |