sway: add LinkedIn shortcut

This commit is contained in:
Leonardo Eugênio 2023-09-27 11:07:00 -03:00
parent ece5ca2141
commit 6e28ce3ffe

View file

@ -162,6 +162,9 @@ let
"${mod}+Shift+c" = "reload"; "${mod}+Shift+c" = "reload";
# "${mod}+Shift+e" = # "${mod}+Shift+e" =
# "exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -b 'Yes, exit sway' 'swaymsg exit'"; # "exec swaynag -t warning -m 'You pressed the exit shortcut. Do you really want to exit sway? This will end your Wayland session.' -b 'Yes, exit sway' 'swaymsg exit'";
# https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/1731
"${mod}+Ctrl+Shift+Alt+l" = "exec xdg-open https://www.linkedin.com";
}; };
in in
{ {