From 197e6184db0c9bedaa53c5acf4f69ab6f1af1ef7 Mon Sep 17 00:00:00 2001 From: 0scar Date: Mon, 20 Jan 2025 22:51:11 +0100 Subject: Add winitrc --- .config/w/initrc | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .config/w/initrc (limited to '.config') 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 -- cgit v1.3