summaryrefslogtreecommitdiff
path: root/home/cez/modules/wayland.nix
blob: 431746ca6b36fa8c78dc8b62db8b5fb54dedfecd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{ 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}";

  programs.bemenu.settings.line-height = 30;
}