fixed dwm
This commit is contained in:
parent
2ea3474b1e
commit
6b1b9e5b2e
10 changed files with 11 additions and 6 deletions
Binary file not shown.
|
@ -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.
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue