8000 GitHub - y-ates/qubes-dwm: dwm for Qubes OS
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

y-ates/qubes-dwm

8000
 
 

Repository files navigation

qubes-dwm

dwm (https://dwm.suckless.org) for Qubes OS.

Topbar and border color of windows are colored according domain color. Furthermore window title include domain name in bracket, according to https://qubes-os.org/doc/gui.

Screenshot


58DA
dwm_screenshot

dmenu patch

You can download dmenu for Qubes OS at https://github.com/raffaeleflorio/qubes-dmenu

Installation

Clone this repo in a vm:

$ git clone https://github.com/raffaeleflorio/qubes-dwm.git

Check signature (you can get my pgp key from https://raffaeleflorio.github.io or from https://pgp.mit.edu, of course check its fingerprint):

$ git log --show-signature -1

Install dependencies, apply the patch and build dwm:

# make dep
$ make

Install in Dom0:

Dom0# qvm-run --pass-io <vmname> "cat /path/to/qubes-dwm/dwm/dwm" > /usr/local/bin/dwm
Dom0# chmod u+x /usr/local/bin/dwm
Dom0# qvm-run --pass-io <vmname> "cat /path/to/qubes-dwm/dwm.desktop" > /usr/share/xsessions/dwm.desktop

Install dex-autostart, in Dom0, because /etc/xdg/autostart:

Dom# qubes-dom0-update dex-autostart

Log out, choose dwm as session, log in and use it!

If you encounter some problems, contact me!

About

dwm for Qubes OS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 100.0%
0