Github messages for voidlinux
 help / color / mirror / Atom feed
From: dkwo <dkwo@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: xkbcomp errors
Date: Fri, 09 Jul 2021 15:50:05 +0200	[thread overview]
Message-ID: <20210709135005.l3jkDLj0EPKUq5V90xl2BhloIxcTZ_Za3wGcMnG0hEo@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-31870@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 1370 bytes --]

New comment by dkwo on void-packages repository

https://github.com/void-linux/void-packages/issues/31870#issuecomment-877204200

Comment:
I use dwm
```
$ cat .xinitrc
#!/bin/bash
monitor=DP-2-2
laptop=eDP-1
if $(xrandr | grep -q "$monitor connected"); then
        xrandr --output $laptop --off --output $monitor --auto --dpi 163
else
        xrandr --auto --dpi 216
#       xinput set-prop 11 311 1
fi
# HDTV: xrandr --output eDP1 --off --output HDMI2 --auto
export GDK_DPI_SCALE=2
export LIBVA_DRIVER_NAME=iHD
clipdel -d ".*"
(export CM_IGNORE_WINDOW=KeePassXC; clipmenud &)
# glibc ~/.dropbox-dist/dropboxd > ~/Projects/dropbox.log 2>&1 &
numlockx
redshift -l 60:17 -t 5700:3600 -g 0.8 -m randr -v > ~/Projects/redshift.log 2>&1 &
# bg 45:10 up 60:17
~/Projects/suckless/dwm_status.sh &
feh --bg-max ~/Pictures/bkground/*
# xautolock -time 30 -locker slockcustom &
# xss-lock slockcustom &
# xset s 1200
xset r rate 300 60
xrdb -merge ~/.Xresources
if which dbus-launch >/dev/null && test -z "$DBUS_SESSION_BUS_ADDRESS"; then
       eval `dbus-launch --sh-syntax --exit-with-session`
fi
#-- ensure XDG_Runtime_dir is set
unset XDG_RUNTIME_DIR
export XDG_RUNTIME_DIR=$(mktemp -d /tmp/$(id -u)-runtime-dir.XXX)
/usr/bin/pipewire &
exec dwm 2> ~/Projects/dwm.log
```
The only `ERROR`s in `xbps-pkgdb -a` come from `mtime mismatch`.

  parent reply	other threads:[~2021-07-09 13:50 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-09 12:26 [ISSUE] " dkwo
2021-07-09 13:43 ` ericonr
2021-07-09 13:50 ` dkwo [this message]
2021-07-09 13:55 ` dkwo
2021-07-09 14:19 ` biopsin
2021-07-09 14:22 ` biopsin
2021-07-09 14:51 ` leahneukirchen
2021-07-09 15:14 ` biopsin
2021-07-10  7:16 ` travankor
2021-07-10 11:47 ` biopsin
2021-07-16 20:18 ` dkwo
2021-07-16 20:19 ` ericonr
2021-07-17  8:38 ` biopsin
2021-07-17 10:25 ` dkwo
2021-07-17 19:48 ` ericonr
2021-07-18 10:21 ` dkwo
2021-07-18 21:21 ` ericonr
2021-07-19  7:50 ` dkwo
2021-07-19 11:32 ` ericonr
2021-07-19 12:13 ` dkwo
2021-07-19 14:46 ` dkwo
2021-07-19 15:59 ` ericonr
2021-07-24 16:06 ` dkwo
2021-07-27  9:41 ` dkwo
2021-07-28 13:11 ` [ISSUE] [CLOSED] " dkwo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210709135005.l3jkDLj0EPKUq5V90xl2BhloIxcTZ_Za3wGcMnG0hEo@z \
    --to=dkwo@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).