1
1
Fork 0

Compare commits

..

No commits in common. "a2fe4a6a849f7c1c226f4a820e14dc05dd7f09fd" and "4df40f412186d03ae20e021d317d00f3d39445f5" have entirely different histories.

4 changed files with 16 additions and 17 deletions

View file

@ -121,10 +121,11 @@ in {
bindr = [
(key "Alt_L" "Super+Alt" "togglespecialworkspace" "wallpaper")
(key "Alt_L" "Super+Alt+Shift" "movetoworkspacesilent" "special:wallpaper")
(key "Control_L" "Super+Ctrl" "togglespecialworkspace" "office")
(key "Control_L" "Super+Ctrl+Shift" "movetoworkspacesilent" "special:office")
(key "Control_L" "Super+Ctrl" "exec" workspace)
(key "Shift_L" "Super+Shift" "workspace" "previous")
(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+Shift" "exec" "${menu} search")
];
@ -246,6 +247,9 @@ in {
(key "K" "Super" "exec" obsidian)
(key "M" "Super" "togglespecialworkspace" "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" "Super" "togglespecialworkspace" "password")
(key "P" "Super+Shift" "movetoworkspacesilent" "special:password")

View file

@ -492,13 +492,6 @@ in {
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";
Alias = "w";

View file

@ -28,12 +28,20 @@ in {
config = {
activation_mode.disabled = true; # Key chords
force_keyboard_focus = true;
list.placeholder = "";
search.placeholder = "";
# HACK: Window client required to send Esc key on Hyprland
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/PapirusDevelopmentTeam/papirus-icon-theme/tree/master/Papirus/64x64
disabled = [

View file

@ -218,12 +218,6 @@ case "$1" in
url="https://www.wolframalpha.com/input?i="
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 '*)
label="YouTube"
icon="youtube"