fixed dwm

This commit is contained in:
vali 2024-04-14 14:35:10 +02:00
commit f14702dc35
10 changed files with 11 additions and 6 deletions

Binary file not shown.

View file

@ -1740,7 +1740,7 @@ void
togglefullscr(const Arg *arg)
{
if(selmon->sel)
setfullscreen(selmon->sel, !selmon->sel>isfullscreen);
setfullscreen(selmon->sel, !selmon->sel->isfullscreen);
}
void

Binary file not shown.

View file

@ -12,6 +12,11 @@ in {
windowManager.dwm = {
enable = true;
};
displayManager.sddm = {
enable = true;
setupScript = "xrandr --output HDMI-1 --rotate normal --output DP-2 --rotate normal --left-of HDMI-1 --output HDMI-0 --right-of HDMI-1";
# defaultSession = "dwm";
};
};
nixpkgs.overlays = [
(final: prev: {