Compare commits
3 commits
4df40f4121
...
a2fe4a6a84
Author | SHA1 | Date | |
---|---|---|---|
a2fe4a6a84 | |||
f0d755d53f | |||
173769c3c3 |
4 changed files with 17 additions and 16 deletions
|
@ -121,11 +121,10 @@ in {
|
||||||
bindr = [
|
bindr = [
|
||||||
(key "Alt_L" "Super+Alt" "togglespecialworkspace" "wallpaper")
|
(key "Alt_L" "Super+Alt" "togglespecialworkspace" "wallpaper")
|
||||||
(key "Alt_L" "Super+Alt+Shift" "movetoworkspacesilent" "special:wallpaper")
|
(key "Alt_L" "Super+Alt+Shift" "movetoworkspacesilent" "special:wallpaper")
|
||||||
(key "Control_L" "Super+Ctrl" "exec" workspace)
|
(key "Control_L" "Super+Ctrl" "togglespecialworkspace" "office")
|
||||||
|
(key "Control_L" "Super+Ctrl+Shift" "movetoworkspacesilent" "special:office")
|
||||||
(key "Shift_L" "Super+Shift" "workspace" "previous")
|
(key "Shift_L" "Super+Shift" "workspace" "previous")
|
||||||
(key "Super_L" "Super" "exec" menu)
|
(key "Super_L" "Super" "exec" menu)
|
||||||
#// (key "Super_L" "Super+Alt" "exec" "${menu} search")
|
|
||||||
#// (key "Super_L" "Super+Ctrl" "exec" "${menu} calculator")
|
|
||||||
(key "Super_L" "Super+Ctrl+Shift" "exec" "${menu} network")
|
(key "Super_L" "Super+Ctrl+Shift" "exec" "${menu} network")
|
||||||
(key "Super_L" "Super+Shift" "exec" "${menu} search")
|
(key "Super_L" "Super+Shift" "exec" "${menu} search")
|
||||||
];
|
];
|
||||||
|
@ -247,9 +246,6 @@ in {
|
||||||
(key "K" "Super" "exec" obsidian)
|
(key "K" "Super" "exec" obsidian)
|
||||||
(key "M" "Super" "togglespecialworkspace" "music")
|
(key "M" "Super" "togglespecialworkspace" "music")
|
||||||
(key "M" "Super+Shift" "movetoworkspacesilent" "special:music")
|
(key "M" "Super+Shift" "movetoworkspacesilent" "special:music")
|
||||||
(key "O" "Super" "togglespecialworkspace" "office")
|
|
||||||
(key "O" "Super+Ctrl" "exec" libreoffice)
|
|
||||||
(key "O" "Super+Shift" "movetoworkspacesilent" "special:office")
|
|
||||||
(key "P" "Ctrl+Alt" "exec" "${pkill} 1password")
|
(key "P" "Ctrl+Alt" "exec" "${pkill} 1password")
|
||||||
(key "P" "Super" "togglespecialworkspace" "password")
|
(key "P" "Super" "togglespecialworkspace" "password")
|
||||||
(key "P" "Super+Shift" "movetoworkspacesilent" "special:password")
|
(key "P" "Super+Shift" "movetoworkspacesilent" "special:password")
|
||||||
|
|
|
@ -492,6 +492,13 @@ in {
|
||||||
URLTemplate = "https://github.com/swaywm/sway/issues?q=is%3Aissue+is%3Aopen+{searchTerms}";
|
URLTemplate = "https://github.com/swaywm/sway/issues?q=is%3Aissue+is%3Aopen+{searchTerms}";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
{
|
||||||
|
Name = "Walker Issues";
|
||||||
|
Alias = "wi";
|
||||||
|
IconURL = "https://github.com/favicon.ico";
|
||||||
|
URLTemplate = "https://github.com/abenz1267/walker/issues?q=is%3Aissue+is%3Aopen+{searchTerms}";
|
||||||
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
Name = "Wikipedia";
|
Name = "Wikipedia";
|
||||||
Alias = "w";
|
Alias = "w";
|
||||||
|
|
|
@ -28,20 +28,12 @@ in {
|
||||||
config = {
|
config = {
|
||||||
activation_mode.disabled = true; # Key chords
|
activation_mode.disabled = true; # Key chords
|
||||||
force_keyboard_focus = true;
|
force_keyboard_focus = true;
|
||||||
|
list.placeholder = "";
|
||||||
|
search.placeholder = "";
|
||||||
|
|
||||||
# HACK: Window client required to send Esc key on Hyprland
|
# HACK: Window client required to send Esc key on Hyprland
|
||||||
as_window = true; # Disable layer
|
as_window = true; # Disable layer
|
||||||
|
|
||||||
list = {
|
|
||||||
placeholder = "";
|
|
||||||
#// show_initial_entries = false;
|
|
||||||
single_click = false;
|
|
||||||
};
|
|
||||||
|
|
||||||
search = {
|
|
||||||
placeholder = "";
|
|
||||||
};
|
|
||||||
|
|
||||||
# https://github.com/abenz1267/walker/wiki/Modules
|
# https://github.com/abenz1267/walker/wiki/Modules
|
||||||
# https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/tree/master/Papirus/64x64
|
# https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/tree/master/Papirus/64x64
|
||||||
disabled = [
|
disabled = [
|
||||||
|
|
|
@ -218,6 +218,12 @@ case "$1" in
|
||||||
url="https://www.wolframalpha.com/input?i="
|
url="https://www.wolframalpha.com/input?i="
|
||||||
query="${1:3}"
|
query="${1:3}"
|
||||||
;;
|
;;
|
||||||
|
'wi '*)
|
||||||
|
label="Walker Issues"
|
||||||
|
icon="com.github.zren.bugzilla"
|
||||||
|
url="https://github.com/abenz1267/walker/issues?q=is%3Aissue+is%3Aopen+"
|
||||||
|
query="${1:3}"
|
||||||
|
;;
|
||||||
'y '*)
|
'y '*)
|
||||||
label="YouTube"
|
label="YouTube"
|
||||||
icon="youtube"
|
icon="youtube"
|
||||||
|
|
Loading…
Add table
Reference in a new issue