Add keybinding for thunar

This commit is contained in:
Oliver Davies 2024-03-30 22:23:16 +00:00
parent afe587d3a1
commit a704e11376

View file

@ -139,6 +139,7 @@
in inputs.nixpkgs.lib.mkOptionDefault {
"${modifier}+Escape" = "exec swaylock --daemonize";
"${modifier}+Shift+b" = "exec ${pkgs.firefox}/bin/firefox";
"${modifier}+Shift+f" = "exec ${pkgs.xfce.thunar}/bin/thunar";
"${modifier}+Shift+s" = "exec ${pkgs.flameshot}/bin/flameshot gui";
"${modifier}+Shift+y" = "exec ${pkgs.copyq}/bin/copyq toggle";
};