The amount of time and effort you put into this, Drew, is very impressive. Great job!
@JustAGuyLinux4 ай бұрын
Thanks Matt!
@davidrichardson2513Ай бұрын
Well, what an entertaining and interesting, fun afternoon I’ve had. Having sorted out the problems I had getting FileBot to run correctly on any dwm installation on my test machine and thanks to Drew kindly advising me the correct way to change the Date and Time settings on the slstatus bar, I’ve now been able to confidently install Drew’s customised dwm to my main machine. I’ve spent a happy afternoon configuring parts of it to my preference. THANK YOU DREW for sharing your knowledge and giving me a deeper understanding of how dwm functions.
@diodeskies90879 күн бұрын
Huge thank you for this! I'm new to Linux and never used a windows manager. So cool to have all these WMs in one set up with the extra options. Never used someones github to do something like this before. I've been on Debian 12 (first disro I've ever tried) with the KDE DE for about 6 months and my windows 11 M.2 drive hardly gets used at all.
@susanpinochet4 ай бұрын
This was a fascinatiing series. I appreciate all the time you put into it.
@thatjpwing4 ай бұрын
Your scripts are amazing! Thank you so much for sharing this; I'm finding your scripts to be a great learning tool. Thanks again.
@JustAGuyLinux4 ай бұрын
You're very welcome!
@ogis4 ай бұрын
Nice script. I already using it! Thank you for your work!
@purplepurrpurrin4 ай бұрын
This is fantastic, thanks for sharing these.
@JustAGuyLinux4 ай бұрын
My pleasure!
@user-gp8ub8vh7i4 ай бұрын
Thanks. I have almost a plain fluxbox in my desktop and for sure this video will help me to improve it while learning a thing or two. You and J@L are my favorites youtubers!
@JustAGuyLinux4 ай бұрын
You're welcome! J@L is damn good!
@tenroh564 ай бұрын
Great Video and nice scripts - many thanks Drew
@JustAGuyLinux4 ай бұрын
Very welcome
@amankumargupta99734 ай бұрын
Awesome. Great work !! 🔥
@JustAGuyLinux4 ай бұрын
Thank you very much!
@thesaigoneer4 ай бұрын
Great vid, Drew! And a cool script of course, nice to walk through those options. And the styling (even qtile) doeas appeal. Installed that picom straight away for dwm ;-) Cool one, thanks!
@JustAGuyLinux4 ай бұрын
FT-Labs picom = unbelievably good.
@lqlarry4 ай бұрын
That was a lot of work. Thanks!
@JustAGuyLinux4 ай бұрын
You ain't lyin' 😉
@Zwygi49Ай бұрын
Incredible Video ! Thanks a lot. Greetings from Switzerland
@davidrichardson25134 ай бұрын
Thank you so much for your hard work and making this available for us to learn from. Currently experimenting with DWM. Trying to determine how to change the date format to 24-hr as tends to be preferred by us Europeans.
@JustAGuyLinux4 ай бұрын
If you are using my customized dwm, you need to edit the config.def.h in the ~/.config/suckless/slstatus directory. Change the line: { datetime, "^c#FFFFFF^ %s", "%l:%M %p " }, to { datetime, "^c#FFFFFF^ %s", "%H:%M " }, then run these commands in terminal: cd ~/.config/suckless/slstatus rm config.h make sudo make clean install pkill slstatus super + shift + r (to restart dwm)
@davidrichardson25134 ай бұрын
@@JustAGuyLinux Many thanks Drew, very helpful and saved me a lot of time looking (I had started a process of elimination). Thanks again! BTW worked perfectly.
@ramosel5 ай бұрын
I've been around long enough to have had an arpanet ID before it was shuttered (NTS). I've shied away from Linux as I had a nasty taste of SunOS. But I really need a Linux laptop in my home shop. I followed your debian install with timeshift and couldn't be happier. That was an awesome process with an even better result! I struggled a bit (on my own) to get a cinnamon look to my desktop to something usable... for me. Now you've come out with a very useful product that can standardize key-bindings...which may make me use timeshift hard the next couple of weeks..... damn you! ;-)
@JustAGuyLinux4 ай бұрын
My bad! 😝
@Chiren4 ай бұрын
This looks super cool! Is this distro agnostic? Like does it work in arch based distros?
@JustAGuyLinux4 ай бұрын
Nope. Sorry.
@Chiren4 ай бұрын
@@JustAGuyLinux :( i guess i can still use your dotfiles just fine.
@gedaredorke59414 ай бұрын
Your content is enlightening, easy to follow and it's really awesome to learn from the content you post.
@JustAGuyLinux4 ай бұрын
Thanks
@gedaredorke59414 ай бұрын
@@JustAGuyLinux Your scripts allow me to learn more about bash scripting, but also, have inspired me to write my own for my i3 setup. Which enables me to setup i3 on different machines I that I have. Also, using your script, I am working on a script to set up tmux on remote Linux servers I work with. I really appreciate your efforts, content and the channel.
@eleah26655 ай бұрын
Cool. A guy could learn a lot from these scripts. Thanks.
@Johan875773 ай бұрын
I’m not on Debian but some of your customisations appealed to me, so gonna grab some inspiration from that to make changes to my own dwm.
@JustAGuyLinux2 ай бұрын
The dwm configs should work independent of the distro. But, good to tinker and get a deeper understanding.
@borispejic1704 ай бұрын
Thanks Drew for your effort and work.
@JustAGuyLinux4 ай бұрын
Very welcome
@phobosspoof4 ай бұрын
The sheer effort is immaculate. I have to ask why you didn’t just use nix-shell or NixOS
@r4hulrosh4n4 ай бұрын
you did a great JOB
@Wolves90014 ай бұрын
Hi, so this automatically installs that cool picom fork? Or do we need to invoke another script for that? Also this is some amazing stuff WOW!
@JustAGuyLinux4 ай бұрын
No. The cool picom fork gets installed with any of the custom window managers.
@Wolves90014 ай бұрын
@@JustAGuyLinux Hmm so what are the 3 different picom confs in .config/picom/ ? theres .conf .conf.bak and .conf.good ? which of these can i edit to add new animations and adjust shadows etc? and will theses changes carry over to the other window managers or is there some behind the scenes symlinking going on? Thanks in advance!
@JustAGuyLinux4 ай бұрын
@@Wolves9001 .bak and .good are extras that I will remove. The .conf is the configuration that is being utilized. However, I don't think I am controlling the animations with that conf file. I think it is built into the picom fork being utilized. Good luck.
@Wolves90014 ай бұрын
@@JustAGuyLinux ah ok time to put on my tinkering hat! Thanks!
@folksurvival4 ай бұрын
Thank you.
@JustAGuyLinux4 ай бұрын
You're welcome!
@JustAGuyLinux4 ай бұрын
You’re welcome
@brianmaina18274 ай бұрын
this is an awesome script
@JustAGuyLinux4 ай бұрын
Thanks.
@rtheben4 ай бұрын
Hey Drew, how you doing. Very cool Video!!❤❤❤
@JustAGuyLinux4 ай бұрын
Doing well and thank you 🙏
@kev2020-z9s4 ай бұрын
Can you make a video on how to use github and set up your own page or point me in the right video to watch.
@Parz3574 ай бұрын
I honestly say I truly appreciate the time you put into doing this. I have been trying to set up bspwm and i3 wm for the last couple weeks. I've been using bspwm for awhile (couple of years) but I can't seem to get 2 windows horizontal top/bottom like in i3. So I have been working on both to see which I like more. Anyway, I installed all the wms you had at the end of the video tonight. They installed find and seem to work good, except for openbox. I get an error when I try to right click on the desktop. It says it can't find a file or folder obmenu-generator. I did try to install in on virtualbox so that might be part of the problem. Again thanks for all of your time. :} Oh yeah I have been using Super-Shift-Q to quit the desktop but linked it to the power script you have to choose exit/reboot/shutdown. thanks
@JustAGuyLinux4 ай бұрын
With regard to you bspwm, if you want vertical windows, uncomment the line # bspc rule -a "*" split_dir=east located in the ~/.config/bspwmrc. Then restart bspwm: super + shift + r This will give you vertical tiles. Also, these tiles will not be equally sized when there are 3 or more tiles on 1 workspace. If you want this functionality, you must manually resize. However, I have a keybind: super + equal that resizes everything equally. Hope this helps.
@Parz3574 ай бұрын
@@JustAGuyLinux OMG Thanks so much. Previous to using Debian the last 2 years I had been using Arcolinux for over 5 years. I loved using Arco but Arch was updating too much. I don't need to be on the latest of anything. I learned a lot but obviously enough to get into trouble not enough to get out of it all the time. I thought I was able to do it before but couldn't figure it or find the answer on the web. I always thought it was my key bindings, never thought about the bspwmrc. It got to be a mental thing. But now I think I will use your script on metal and try figure out how they are customized. Once again..Thanks
@smilingcatonlinux59984 ай бұрын
very nice thank you for your work - 🙏✌👍
@Little-bird-told-me4 ай бұрын
_As much as I love these WM's I think Wayland is the way to go, xorg is quaint. Better configure and learn them. I am looking at you sway and hyprland._
@davidrichardson2513Ай бұрын
Don’t mind either. I’ve just vaped my Arch Hyprland installation to give Drew’s dwm a go on my main machine
@rodneymitchell59574 ай бұрын
Sadly menumaker doesn't install in Openbox
@JustAGuyLinux4 ай бұрын
obmenu-generator was the intended install for ob. github.com/trizen/obmenu-generator
@ravenstone014 ай бұрын
This can save a lot of time when you build a new machine.. Run the script and your system is all setup.. Try that in Windows _any version. I enjoy linux, but just getting into the WM tilers.. My VIM is setup, so anytime I install a new system I just install vim and copy the .vimrc over and I'm set.
@VasilyStarshy4 ай бұрын
Hey man I searched in your dwm config for your super+v to open alsamixer and couldnt find it, can you either share where it is in the config or how to also implement this feature?
@JustAGuyLinux4 ай бұрын
super + v is a scratchpad for pulsemixer and it is located: ~/.config/suckless/dwm/config.def.h Because it is a scratchpad it is defined: const char *spcmd1[] = {"st", "-n", "spterm1", "-g", "100x34", "-e", "pulsemixer", NULL }; static Sp scratchpads[] = { /* name cmd */ {"spterm1", spcmd1}, Keybinding: { MODKEY, XK_v, togglescratch, {.ui = 0 } },
@leonzwrx5 ай бұрын
Slamming. Looks like you removed sway, I got inspiration from your sway script and started my own fork from your repo that has been growing into a dozen mini scripts 🙏
@JustAGuyLinux4 ай бұрын
I moved moved sway to github.com/drewgrif/sway. Made more sense... at least to me.
@leonzwrx4 ай бұрын
Thanks brotha. I might show you my version, since I used yours as a template when I'm done. @@JustAGuyLinux
@rodneymitchell59574 ай бұрын
Thank You
@JustAGuyLinux4 ай бұрын
You're welcome
@blevenzon4 ай бұрын
Love your videos Drew awesome and hard work. I was hoping you can maybe explain why do we rename @rootfs to @ during the install? Thanks so much
@JustAGuyLinux4 ай бұрын
Timeshift doesn't like @rootfs
@blevenzon4 ай бұрын
@@JustAGuyLinux ahhh ok duh to me
@JosenildoMarques014 ай бұрын
Thank you very much! Unfortunately, polybar or some other thing keeps me from opening apps full-screen. I changed the screen resolution to 1920x1080 but windows go just as much as the polybar length.
@donaldwilliams68215 ай бұрын
Great script!
@Agraxian3 ай бұрын
despite selecting option 2 (custom install) it seems to default to the standalone install for all of these wms
@Agraxian3 ай бұрын
taking a look at the i3 config for example, it seems to just be default settings
@Agraxian3 ай бұрын
i think it may have been because i ran the script with sudo...
@Agraxian3 ай бұрын
captains log, stardate: 2024 the scripts have been successful
@JustAGuyLinux3 ай бұрын
@@Agraxian Thanks for continuing to work at it. Love it.
@davidrichardson25134 ай бұрын
Here’s an interesting quandary. I use an application called FileBot. I installed it in the DWM variant and it ran but presented a blank application screen with no dialogue whatsoever. Tried Google, checked the jdk versions and others but after three hours couldn’t solve the issue. Rebooted, no difference. Rebooted again and selected the i3 variant on your option menu. Filebot works absolutely fine and dandy in i3 but will not function correctly in DWM. Confused.
@davidrichardson2513Ай бұрын
Now sorted - REDNOAH on the Filebot forum has kindly provided a working solution
@EdsonLopez-i1l4 ай бұрын
Hi, can this script work for Ubuntu 22.04?
@JustAGuyLinux4 ай бұрын
I am guessing "yes" but have never tried it.
@johanb.78694 ай бұрын
Why Firefox ESR and not the tarball? Firefox ESR is slow and not meant for the average user🤔
@drumpf4all4 ай бұрын
I’ve never heard of the term “stacking window managers”. Did you mean floating window managers? Please explain.
@JustAGuyLinux4 ай бұрын
The term "stacking" and "floating" window managers can be used interchangeably. en.wikipedia.org/wiki/Stacking_window_manager
@Yesterday_i_ate_rat4 ай бұрын
I am using Ubuntu 22.04 , can I use this install script to install ( dwm, awesome and icewm )
@JustAGuyLinux4 ай бұрын
I would think so, but I personally have never given it a shot.
@edbeckerich37374 ай бұрын
Drew, didnt use your script to install a display manager, but otherwise everything i did worked just fine in Devuan....
@JustAGuyLinux4 ай бұрын
Cool. startx?
@edbeckerich37374 ай бұрын
@@JustAGuyLinux Devuan installs with Slim, I installed your DWM, and it was selectable at login