I3: Difference between revisions
imported>LinArcX mNo edit summary |
imported>Pstn m Added some comments about effects of i3.extraPackages. |
||
Line 19: | Line 19: | ||
enable = true; | enable = true; | ||
extraPackages = with pkgs; [ | extraPackages = with pkgs; [ | ||
dmenu | dmenu #application launcher most people use | ||
i3status | i3status # gives you the default i3 status bar | ||
i3lock | i3lock #default i3 screen locker | ||
i3blocks | i3blocks #if you are planning on using i3blocks over i3status | ||
]; | ]; | ||
}; | }; |