this post was submitted on 24 Mar 2024
9 points (84.6% liked)

Linux

7891 readers
100 users here now

Welcome to c/linux!

Welcome to our thriving Linux community! Whether you're a seasoned Linux enthusiast or just starting your journey, we're excited to have you here. Explore, learn, and collaborate with like-minded individuals who share a passion for open-source software and the endless possibilities it offers. Together, let's dive into the world of Linux and embrace the power of freedom, customization, and innovation. Enjoy your stay and feel free to join the vibrant discussions that await you!

Rules:

  1. Stay on topic: Posts and discussions should be related to Linux, open source software, and related technologies.

  2. Be respectful: Treat fellow community members with respect and courtesy.

  3. Quality over quantity: Share informative and thought-provoking content.

  4. No spam or self-promotion: Avoid excessive self-promotion or spamming.

  5. No NSFW adult content

  6. Follow general lemmy guidelines.

founded 1 year ago
MODERATORS
9
submitted 6 months ago* (last edited 6 months ago) by [email protected] to c/linux
 

So I'm using dwm as an interface for Proxmox currently, but here's my gripes.

  1. Config requires rebuilding.
  2. Hotkeys seem to break for no reason*, last when I created a new user for controlling proxmox.
  3. No real mouse controls for stuff.

Now I realize dwm is mostly a keyboard focused window manager.*

For context, proxmox runs on debian, but doesn't necessarily support everything properly (ie plasma has heavy visual glitching from something).

you are viewing a single comment's thread
view the rest of the comments
[โ€“] t0m5k1 5 points 6 months ago* (last edited 6 months ago) (1 children)

using proxmox without the web gui is possible but it is expected to be accessed via webgui or term/ssh and the VMs on there accessed via ssh,rdp,vnc,novnc,etc.

Due to it fundamentally being an advanced qemu/kvm/virtio frontend you can use virtmanager to access the VM from a desktop. In this instance try something like i3, awesomewm, bspwm or even xfce (it can be very light weight).

[โ€“] [email protected] 2 points 6 months ago

Commented on this twice already, so see those replies;

I'm using the web ui, I just need to use it from dwm on the same system for the initial master vm configuration.

After I have gpu-p and such configured, I can access the web ui from inside the vm.

The question was though what other options than dwm would be more fit for me, and what's available on debian/proxmox.

Because while dwm is lightweight like i3, awesome, bspwm, etc, it's not a great fit right now.