diff options
author | davidovski <david@davidovski.xyz> | 2025-03-17 22:54:39 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2025-03-17 22:54:39 +0000 |
commit | b3b4975df588e7c71bebb3cd7f4e83fd7a70b983 (patch) | |
tree | ae01e2115993946c5841aaf0c810a26476c2fa8e /sh_aliases | |
parent | 6c1de1e807d39883c975933c4c35b91f1df88fd6 (diff) |
floating little bars and rounded borders
Diffstat (limited to 'sh_aliases')
-rw-r--r-- | sh_aliases | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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\" " |