From b3b4975df588e7c71bebb3cd7f4e83fd7a70b983 Mon Sep 17 00:00:00 2001 From: davidovski <david@davidovski.xyz> Date: Mon, 17 Mar 2025 22:54:39 +0000 Subject: floating little bars and rounded borders --- sh_aliases | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sh_aliases') diff --git a/sh_aliases b/sh_aliases index 7d2d6ce..4c17d7e 100644 --- a/sh_aliases +++ b/sh_aliases @@ -73,3 +73,7 @@ passthrough_enable () { } alias links="links -g -html-g-text-color 0xfefefe -html-g-background-color 0x191919 -font /home/david/.fonts/ttf-mononoki/mononoki-Regular.ttf" alias weechat="weechat -d ~/.weechat" + +alias glibc="LANG=en_US.UTF-8 bwrap --bind /var/chroots/debian / --dev-bind /dev /dev --proc /proc --bind /sys /sys --bind /run /run --bind /home /home --ro-bind /etc/resolv.conf /etc/resolv.conf --ro-bind /etc/passwd /etc/passwd --ro-bind /etc/group /etc/group" + +alias glibcX11="xhost + local: ; LANG=en_US.UTF-8 bwrap --bind /var/chroots/debian / --dev-bind /dev /dev --proc /proc --bind /sys /sys --bind /run /run --bind /home /home --ro-bind /etc/resolv.conf /etc/resolv.conf --ro-bind /etc/passwd /etc/passwd --ro-bind /etc/group /etc/group --bind /tmp/.X11-unix/X1 /tmp/.X11-unix/X1 --setenv DISPLAY $DISPLAY --ro-bind \"${XDG_RUNTIME_DIR}/pulse\" \"${XDG_RUNTIME_DIR}/pulse\" " -- cgit v1.2.1