summaryrefslogtreecommitdiff
path: root/home/cez/modules/wayland.nix
blob: 4c9e0ace86e877e0a0b2c81ecf554cbf4e7b1634 (plain) (blame)
1
2
3
4
5
6
7
8
{ pkgs, ... }: let
  wayland-scripts = pkgs.callPackage ../../wayland/pkgs/wayland-scripts {};
  freezshot = "${wayland-scripts}/bin/freezshot";
in {
  # vendor hardcoded screenshot key
  wayland.windowManager.sway.settings.bindsym."mod4+shift+s" =
    "exec ${freezshot}";
}