flake testing

This commit is contained in:
Matt Nish-Lapidus 2025-05-18 02:14:43 -04:00
parent 48a13da8fb
commit 84d7e6f154
6 changed files with 43 additions and 26 deletions

View file

@ -13,6 +13,11 @@ in
programs = {
niri = {
settings = {
# debug = {
# honor-xdg-activation-with-invalid-serial = true;
# };
screenshot-path = "~/Pictures/Screenshots/Screenshot from %Y-%m-%d %H-%M-%S.png";
prefer-no-csd = true;
@ -66,6 +71,7 @@ in
outputs = {
"eDP-1" = {
# focus-at-startup = true;
mode = {
width = 2560;
height = 1600;
@ -75,12 +81,8 @@ in
variable-refresh-rate = true;
};
"HDMI-A-1" = {
background-color = strPalette.normal.background;
scale = 1;
};
"PNP(BNQ) BenQ PD2725U N2N00414019" = {
# focus-at-startup = true;
mode = {
width = 3840;
height = 2160;
@ -88,6 +90,12 @@ in
background-color = strPalette.normal.background;
scale = 1;
};
"HDMI-A-1" = {
background-color = strPalette.normal.background;
scale = 1;
};
};
environment = {
@ -266,7 +274,7 @@ in
{
# shows a list of important hotkeys.
"Mod+Shift+Slash".action = show-hotkey-overlay;
"Mod+Shift+Space".action = toggle-overview;
"Mod+Space" = {
hotkey-overlay.title = "Launcher";
action = wezlaunch "sway-launcher-desktop";
@ -488,8 +496,7 @@ in
"Mod+S".action = focus-workspace "scratchpad";
"Mod+Print".action = screenshot;
# "Mod+Ctrl+Print".action = screenshot-screen "false";
# "Mod+Alt+Print".action = screenshot-window "false";
"Mod+Shift+Print".action = spawn "/home/emenel/.local/bin/niri-screenshot-window";
# The quit action will show a confirmation dialog to avoid accidental exits.
"Mod+Shift+E".action = quit;