If you like this video, please subscribe to my channel: 👉 www.youtube.com/@mylinuxforwork/?sub_confirmation=1 Watch the Arch Linux foundation video here: ruclips.net/video/-xFnG636o2k/видео.html
I really love this rice... have switched over to it and made some of my own changes to better suit me, but this is one of the cleanest ive ever seen for qtile.
I have been using qtile for some time now, I love the fact that it is minimal and less resource hungry. tbh I love linux anyway regardless of WM, or DE. Awesome video and thank you
Liked and subscribed! Great vid, and man, I'll have to go through your dots. Super practical things in there. Qtile is still on the wishlist, but I got caught up Hyprland for now. Keep them coming!
Thanks for the feedback. Have also a video to Hyprland. Install HYPRLAND. Base installation on Arch Linux with Waybar, WOFI, Hyprpaper and KVM/QEMU support ruclips.net/video/V7nP-To0630/видео.html
Awesome! Your setup and default shortcuts are very close to how I configured my dwm, but yours is much nicer and more streamlined. I'm very much interested in how you prepare your configuration so that you can push it to gitlab (symbolic links, etc.). I'm a huge fan of reproducibility, since I reinstall systems on different computers frequently. My virt-manager can also be started easily (with win10 or 11) but yours is even more hassle-free. Maybe you can do a video on how you set it up. Thanks for your very useful and streamlined videos.
Thank you so much. A video about my gitlab setup will definitely come. You can also check the video about my Windows 11 VM: WINDOWS 11 Virtual Machine with USB pass through, SHARED folders & RDP. KVM/QEMU and Virt-Manager ruclips.net/video/oVHkvx9ZLJc/видео.html
@@mylinuxforwork Hi. I just posted a comment about my problems with installing qtile via your scripts and dotfiles. I also gave precise information about missing packages, paths, etc. Has the comment been deleted?
@@micleh Hi. I see your comment as email notification but not on RUclips. Maybe the comment is too long. No problem. Let me read it and I’ll come back to you soon.
@@micleh just read your long comment. Let me look into my script again. But I‘m planning a video about configuring Qtile from scratch. Plus a follow up video about to backup config files on github/gitlab.
I'm curious, I never see any of t he so-called linux pundits using the Qtile widgets for the weather and for the wallpaper.....very easy to settup and use.
You're configuration of my favorite window manager is stunningly gorgeous and highly functional. My workflow is the same as yours. I use Outlook, teams, and require Windows 11 to connect to factory automation with proprietary software. All of this looks really suitable! Which base installation distro of arch did you use? Thank you very much for your demonstration and have a good day.
You have a really nice config file. I love most of the thing you showed. I am using Qtile as well but I am not able to make the scratchpad work. I don't know what's the problem though. Nice work and keep uploading these nice videos. also show us how you integrated windows 11 on this. I really need a full explanation of that please. Thanks in Advance
Thank you. This is a good starting point: Windows 11 in a LINUX Virtual Machine. Full INSTALLATION Guide. Best integration into LINUX. ruclips.net/video/WmFpwpW6Xko/видео.html And also check my other videos about virtualization.
@@mylinuxforworkAh that explains it. Thanks :) no luck for me on Intel Xe laptop. I wanted the same setup as you have with tiling WM and Windows VM, but I had to stick with an old kernel. And upon sleeping and waking up the laptop, it would freeze up when SRIOV was enabled on the iGPU. Proper fixed support for this is supposed to land in kernel 6.8, so hopefully it actually does. Really disappointed with what Intel is doing, but alas, GPU vfio trickery is not meant for consumer-grade hardware.
Very nice looking and functional. Good Work! It must of taken some type just searching the backgrounds. I would be curious , from start to finish and only time spent on working your customization, how much time it actually took you.
Hi, I have subscribed to first ever linux related channel! I would love to follow your configuration but the GitLab configuration doesn't seem to be the same as the video. For example, there is no updatewal.sh and color.json is missing and polybar setting is missing from config.py. polybar -r mybar didn't quite work for me so I had to change to polybar mybar -c ~/.config/qtile/dotfiles/polybar/config.ini - however the bar gap seems to be different. When I first open Qtile, qtile default bar is still present. Has polybar been removed from the latest gitlab config.py? Thanks!! The config looks very good and I am desaparate to replicate it.
Thanks and you're right. Polybar isn't supported anymore in my dotfiles. With the qtile-extra package I could make even better looking status bar. But you can of course install polybar on top and deactive the qtile bar manually.
Thank you for sharing. I tried installing through your dotfiles. When I try the startx command it brings me to the default qtile layout and not your config.
Hi. My dotfiles will not only work out of the box. You need to install all required applications. Check out also the bash script 01-install.sh. This video is not an installation guide. It’s more a showcase about what’s possible with Qtile. But my dotfiles can be a good orientation. And a Qtile ricing tutorial will follow soon.
@@mylinuxforwork Traceback (most recent call last): File "/home/pawan67/git-folder/dotfiles/qtile/config.py", line 161, in colordict = json.load(open(colors)) ^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: '/home/pawan67/.cache/wal/colors.json'
@@pawan67_yt the file is created dynamically. This is the structure github.com/dylanaraps/pywal/blob/master/pywal/templates/colors.json You can of course add colors manually to the file if you don’t want to use pywal.
Do you not 'feel' any issues due to python being an interpreted language and therefore slow? One would think when it comes to OS operation slow things are to be avoided as they are likely to cause bottlenecks?
Compiled languages are a lot faster than Python when it comes to certain software applications, but that's pretty much irrelevant in the context of a window manager.
@@stephenwilson0386 That's an interesting line. But I don't see how a run-time processes run in a WM would run at the same speed as a compiled process in a WM ( &- no matter what the run-time/compiled status of the WM was either). Perhaps the time differences so small timing issues are trivial??
Hey, I am facing the following error in qtile config, where can i find colors.json i looked into dotfiles couldn't find it there Traceback (most recent call last): File "/home/pawan67/git-folder/dotfiles/qtile/config.py", line 161, in colordict = json.load(open(colors)) ^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: '/home/pawan67/.cache/wal/colors.json'
Hi. Have you installed and initiated pywal correctly? colors = os.path.expanduser('~/.cache/wal/colors.json') is generated by pywal when a new wallpaper has been set. Please also check scripts/updatewal.sh
If you like this video, please subscribe to my channel: 👉 www.youtube.com/@mylinuxforwork/?sub_confirmation=1
Watch the Arch Linux foundation video here: ruclips.net/video/-xFnG636o2k/видео.html
I really love this rice... have switched over to it and made some of my own changes to better suit me, but this is one of the cleanest ive ever seen for qtile.
Thank you. Have fun with it.
I have been using qtile for some time now, I love the fact that it is minimal and less resource hungry. tbh I love linux anyway regardless of WM, or DE. Awesome video and thank you
Thanks for your feedback.
@@mylinuxforwork Your welcome
years using bspwm and you and your video just made me want to try qtile. it is beautiful
Thank you. Give it a try and test Qtile in a VM. Best way to check if it’s something for you. How’s your experience with bspwm?
really good so far but I already have more than 5 years using bspwm I think that's why I want to change LOL
@@mylinuxforwork
Liked and subscribed! Great vid, and man, I'll have to go through your dots. Super practical things in there. Qtile is still on the wishlist, but I got caught up Hyprland for now. Keep them coming!
Thanks for the feedback. Have also a video to Hyprland. Install HYPRLAND. Base installation on Arch Linux with Waybar, WOFI, Hyprpaper and KVM/QEMU support
ruclips.net/video/V7nP-To0630/видео.html
Very nice video showing the actual workflow. Gratuliere
👍
Liked and subscribed. Great presentation, thank you. I'll be reading your dotfiles with interest! The right side of your polybar seems very nice.
Thank you. And don’t hesitate to add another commentin case of questions.
Loved Your Work , Literally Very Thankful To You ❤
Thank you.
Simply amazing
Thanks.
Awesome!
Your setup and default shortcuts are very close to how I configured my dwm, but yours is much nicer and more streamlined.
I'm very much interested in how you prepare your configuration so that you can push it to gitlab (symbolic links, etc.). I'm a huge fan of reproducibility, since I reinstall systems on different computers frequently.
My virt-manager can also be started easily (with win10 or 11) but yours is even more hassle-free. Maybe you can do a video on how you set it up.
Thanks for your very useful and streamlined videos.
Thank you so much. A video about my gitlab setup will definitely come. You can also check the video about my Windows 11 VM: WINDOWS 11 Virtual Machine with USB pass through, SHARED folders & RDP. KVM/QEMU and Virt-Manager ruclips.net/video/oVHkvx9ZLJc/видео.html
@@mylinuxforwork Hi. I just posted a comment about my problems with installing qtile via your scripts and dotfiles. I also gave precise information about missing packages, paths, etc. Has the comment been deleted?
@@micleh Hi. I see your comment as email notification but not on RUclips. Maybe the comment is too long. No problem. Let me read it and I’ll come back to you soon.
@@mylinuxforwork I didn't know that comments could be too long. Thanks for taking your time.
@@micleh just read your long comment. Let me look into my script again. But I‘m planning a video about configuring Qtile from scratch. Plus a follow up video about to backup config files on github/gitlab.
came here for qtile, but all links are to hyprland config?, confusing. really liked your qtile setup.
I have switched from Qtile to Hyprland completely. YOu can find my Qtile configs here: github.com/mylinuxforwork/qtile
I'm curious, I never see any of t he so-called linux pundits using the Qtile widgets for the weather and for the wallpaper.....very easy to settup and use.
Thank you for your feedback. Very good to know.
That’s because Linux users don’t go outside, the weather is irrelevant
@@DennisRostron-i3t 🤣
Amazing content!
Thanks.
How performant is qtile compared to hyprland? What would be the best WM for performance?
hyprland is faster. the fastest would be dwm
@natsukashii_ne thanks!
Very beautiful! I love it! I have never used Arch Linux before. I'll create a VM and give it a try. Danke schon!
Danke. Please try it with qemu/kvm
You're configuration of my favorite window manager is stunningly gorgeous and highly functional. My workflow is the same as yours. I use Outlook, teams, and require Windows 11 to connect to factory automation with proprietary software. All of this looks really suitable! Which base installation distro of arch did you use? Thank you very much for your demonstration and have a good day.
Thanks for your comment. You can just install Arch with the latest ISO.
Really great content, perfect presentation. Keep going! Greetings! 👍
Thank you so much for your feedback.
You have a really nice config file. I love most of the thing you showed. I am using Qtile as well but I am not able to make the scratchpad work. I don't know what's the problem though. Nice work and keep uploading these nice videos. also show us how you integrated windows 11 on this. I really need a full explanation of that please. Thanks in Advance
Thank you. This is a good starting point: Windows 11 in a LINUX Virtual Machine. Full INSTALLATION Guide. Best integration into LINUX.
ruclips.net/video/WmFpwpW6Xko/видео.html And also check my other videos about virtualization.
I love it, TY ❤
Thank you.
Amazing desktop
Thank you.
Thanks for the great qtile demonstration. I'd like to ask - how do you get GPU acceleration in WIndows 11 VM?
With GPU passthrough. I pass my second GPU Nvidia to the Windows 11 VM.
@@mylinuxforworkAh that explains it. Thanks :) no luck for me on Intel Xe laptop. I wanted the same setup as you have with tiling WM and Windows VM, but I had to stick with an old kernel. And upon sleeping and waking up the laptop, it would freeze up when SRIOV was enabled on the iGPU. Proper fixed support for this is supposed to land in kernel 6.8, so hopefully it actually does. Really disappointed with what Intel is doing, but alas, GPU vfio trickery is not meant for consumer-grade hardware.
Super organized and beautiful setup. Great job! What do you use to show line numbers in vim?
I use neovim and here is my config gitlab.com/stephan-raabe/dotfiles/-/blob/main/nvim/init.vim?ref_type=heads
Can you also share your polybar settings with us? Looks like you deleted that due to the Wayland stuff, right?
Yes. I am using the build in bar right now. Here you can access the latest config of my dotfiles github.com/mylinuxforwork/dotfiles/tree/2.8/polybar
fellow Qtiler here.. I like your rice,, gonna have to go take a look at your dotfiles
Thanks. Have fun with it.
Very nice looking and functional. Good Work! It must of taken some type just searching the backgrounds. I would be curious , from start to finish and only time spent on working your customization, how much time it actually took you.
Thank you so much.
I love it. :)
Thanks.
Great content!
Thank you.
Is the non-hyprland qtile stuff still out there? My nvidia card can't get over the hurdles.
Qtile is not supported with the installer anymore. Please check github.com/mylinuxforwork/qtile
What is the os Debian Arch Slackware ?
It's Arch Linux.
0:43 No wonder I couldn't find many rice tutorials for qtile.
Qtile is very well documented.
Nice !!
Thanks.
why it's hard to install the wayland compositor of this wm?
I cannot answer this question. In my setup I'm using hyprland with Wayland and Qtile as my Xorg backup.
Qtile somewhat works with wayland, but the experience is not stable enough to use it as a daily driver.
Hi, I have subscribed to first ever linux related channel! I would love to follow your configuration but the GitLab configuration doesn't seem to be the same as the video. For example, there is no updatewal.sh and color.json is missing and polybar setting is missing from config.py. polybar -r mybar didn't quite work for me so I had to change to polybar mybar -c ~/.config/qtile/dotfiles/polybar/config.ini - however the bar gap seems to be different. When I first open Qtile, qtile default bar is still present. Has polybar been removed from the latest gitlab config.py? Thanks!! The config looks very good and I am desaparate to replicate it.
Thanks and you're right. Polybar isn't supported anymore in my dotfiles. With the qtile-extra package I could make even better looking status bar. But you can of course install polybar on top and deactive the qtile bar manually.
Ehrenmann.
👍
Thank you for sharing. I tried installing through your dotfiles. When I try the startx command it brings me to the default qtile layout and not your config.
Hi. My dotfiles will not only work out of the box. You need to install all required applications. Check out also the bash script 01-install.sh. This video is not an installation guide. It’s more a showcase about what’s possible with Qtile. But my dotfiles can be a good orientation. And a Qtile ricing tutorial will follow soon.
@@mylinuxforwork Traceback (most recent call last):
File "/home/pawan67/git-folder/dotfiles/qtile/config.py", line 161, in
colordict = json.load(open(colors))
^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/home/pawan67/.cache/wal/colors.json'
@@mylinuxforwork this is causing to not load your config can you share colors.json as well
@@pawan67_yt the file is created dynamically. This is the structure github.com/dylanaraps/pywal/blob/master/pywal/templates/colors.json You can of course add colors manually to the file if you don’t want to use pywal.
Where is battery icon for laptop
Need to check. Maybe a bug. But you can try to add it in dotfiles/qtile/config.py
Your video was easy to follow and really impressed me. Can you make another one for Debian-based systems, focusing on using Qtile? 😊
Thanks for your feedback. Debian is not my production platform. But maybe there is a time when I will install it and start some testing.
how can I reset the keymap permanently to us instead of de
On Hyprland you can change it here gitlab.com/stephan-raabe/dotfiles/-/blob/main/hypr/hyprland.conf?ref_type=heads . On qtile in the autostart.sh
Do you not 'feel' any issues due to python being an interpreted language and therefore slow? One would think when it comes to OS operation slow things are to be avoided as they are likely to cause bottlenecks?
No problems at all. Works great.
@@mylinuxforwork Tq for confirming :)
Compiled languages are a lot faster than Python when it comes to certain software applications, but that's pretty much irrelevant in the context of a window manager.
@@stephenwilson0386 That's an interesting line. But I don't see how a run-time processes run in a WM would run at the same speed as a compiled process in a WM ( &- no matter what the run-time/compiled status of the WM was either). Perhaps the time differences so small timing issues are trivial??
is not work on kali linux ?
and this is amazing!! :O
👍
This is awesome, thank you for sharing!
Would mind sharing your configuration and setup for the Windows 11 desktop. Is it a VM or remote desktop?
It is a remote desktop into a Virtual Machine with GPU passthrough. Please check my video here: ruclips.net/video/uOuzFd8Gd2o/видео.html
1986 Sim Stream
?
Python is scripting language,
👍
Hey, I am facing the following error in qtile config, where can i find colors.json i looked into dotfiles couldn't find it there
Traceback (most recent call last):
File "/home/pawan67/git-folder/dotfiles/qtile/config.py", line 161, in
colordict = json.load(open(colors))
^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/home/pawan67/.cache/wal/colors.json'
Hi. Have you installed and initiated pywal correctly? colors = os.path.expanduser('~/.cache/wal/colors.json') is generated by pywal when a new wallpaper has been set. Please also check scripts/updatewal.sh