dwl

  1. NapoleonWils0n

    dwl warp your cursor to another display with wlrctl

    dwl warp (move) your cursor to another display with a keyboard shortcut using wlrctl which doesnt need root permissions to move the cursor warping your cursor will move your cursor to another display and give that display focus, i also cover moving windows to another display as well...
  2. NapoleonWils0n

    dwl setting up volume keys on freebsd with the mixer command

    setting up the media volume keys on the dwl wayland tiling window manager using the mixer command to raise, lower and mute the volume update you dont need to import the xf86 header, dwl already imports a version we can use updated code /* commands */ static const char *volumeup[] = {...
  3. NapoleonWils0n

    freebsd dwl wayland tiling window manager install

    freebsd dwl wayland tiling window manager install with patches in a separate git branch. the reason why you need to build dwl on freebsd rather than using the port or packages is because the dwl package lets you set an variable called DWL_HOME_CONFIG that points to a dwl config.h file which...
  4. NapoleonWils0n

    building dwl fails with c99: illegal option -- p

    im trying to build dwl and get this error when i run make c99: illegal option -- p i know there is a dwl package but i dont want to use that because dwl is something you usually compile and the package also installs the foot terminal and bemenu-run clone dwl with git git clone...
Back
Top