diff options
| author | 0scar <qgt268@alumni.ku.dk> | 2025-01-20 21:51:11 +0000 |
|---|---|---|
| committer | 0scar <qgt268@alumni.ku.dk> | 2025-01-20 21:51:11 +0000 |
| commit | 197e6184db0c9bedaa53c5acf4f69ab6f1af1ef7 (patch) | |
| tree | ee0da5e66c236c6de54033d94e44dc27ffba899b /.config/w/initrc | |
| parent | 940cbe52e4cd281e8aa2a4f64399a7ae90269ed0 (diff) | |
Add winitrc
Diffstat (limited to '.config/w/initrc')
| -rw-r--r-- | .config/w/initrc | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/.config/w/initrc b/.config/w/initrc new file mode 100644 index 0000000..effa135 --- /dev/null +++ b/.config/w/initrc @@ -0,0 +1,24 @@ +#!/usr/bin/env sh +set -e + +export XDG_SESSION_TYPE='wayland' +export XDG_CURRENT_DESKTOP=dwl + +export DWL_LOGFILE="${XDG_CACHE_HOME:-$HOME/.cache}/dwl-test.log" + +export MOZ_ENABLE_WAYLAND=1 +#export LIBVA_DRIVER_NAME=i965 +export LIBVA_DRIVER_NAME=iHD +#export MOZ_DRM_DEVICE=card0 +export TERM=foot +export EDITOR=nvim + +export BEMENU_OPTS='--fn "Monospace 12" --hp 24 -H 24' + +# Use QT backend for matplotlib +export MPLBACKEND=qtagg + +~/gits/status/status | exec ~/repositories/w-env/dwl/dwl -u $(id -u) +#status | exec ~/repositories/w-env/dwl/dwl -u $(id -u) + +#exec dwl -u $(id -u) |& tee $DWL_LOGFILE |
