summaryrefslogblamecommitdiff
path: root/home/cez/modules/wayland.nix
blob: bfba63e9fe5da5b360dca8ae696a7691cffe7c0d (plain) (tree)
1
2
3
4
5
6
7



                                                                           


                                                 




                             
    
 
                                            
 
{ pkgs, ... }: let
  wayland-scripts = pkgs.callPackage ../../wayland/pkgs/wayland-scripts {};
  freezshot = "${wayland-scripts}/bin/freezshot";
in {
  wayland.windowManager.sway.settings = {
    # vendor hardcoded screenshot key
    bindsym."mod4+shift+s" = "exec ${freezshot}";

    output = {
      "eDP-1".scale = 1.6;
      "HDMI-A-1".scale = 1.6;
    };
  };

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