From 6e28ce3ffee7bfb1bd433c6236f1af186c5480e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Wed, 27 Sep 2023 11:07:00 -0300 Subject: [PATCH] sway: add LinkedIn shortcut --- user/sway/sway-binds.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/user/sway/sway-binds.nix b/user/sway/sway-binds.nix index c87055a..58e840e 100644 --- a/user/sway/sway-binds.nix +++ b/user/sway/sway-binds.nix @@ -162,6 +162,9 @@ let "${mod}+Shift+c" = "reload"; # "${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'"; + + # https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/1731 + "${mod}+Ctrl+Shift+Alt+l" = "exec xdg-open https://www.linkedin.com"; }; in {