some config tweaks and mount points for all filez shares

This commit is contained in:
Matt Nish-Lapidus 2025-02-12 15:48:17 -05:00
parent def10c3649
commit b9f9db4a92
7 changed files with 143 additions and 93 deletions

View file

@ -131,10 +131,10 @@ in {
window-rules = [
# global window rule for shared config
{ geometry-corner-radius = {
top-left = 8.0;
top-right = 8.0;
bottom-left = 8.0;
bottom-right = 8.0;
top-left = pkgs.rice.corner-radius;
top-right = pkgs.rice.corner-radius;
bottom-left = pkgs.rice.corner-radius;
bottom-right = pkgs.rice.corner-radius;
};
clip-to-geometry = true; }
@ -181,10 +181,10 @@ in {
}
];
switch-events = with config.lib.niri.actions; {
lid-close.action = spawn "niri msg output eDP-1 off && shikanectl switch desk-clam";
lid-open.action = spawn "niri msg output eDP-1 on";
};
# switch-events = with config.lib.niri.actions; {
# lid-close.action = spawn "niri msg output eDP-1 off && shikanectl switch desk-clam";
# lid-open.action = spawn "niri msg output eDP-1 on";
# };
binds = with config.lib.niri.actions; let
wez = spawn "wezterm" "--config-file" "/home/emenel/.config/wezterm/launcher.lua" "start" "--always-new-process";
@ -224,6 +224,8 @@ in {
action = spawn "swayosd-client" "--input-volume" "mute-toggle";
};
# TODO write shell script that sets swayosd and light -O to store new value for recall
"XF86MonBrightnessUp" = {
allow-when-locked=true;
action = spawn "swayosd-client" "--brightness" "raise";