Compare commits
No commits in common. "4c2b8eb2674c137a9c5f8994b3499f405367c69b" and "525d0a6fab15a221bffe90058ad8c556ea63d6c0" have entirely different histories.
4c2b8eb267
...
525d0a6fab
@ -14,7 +14,7 @@ set $down j
|
|||||||
set $up k
|
set $up k
|
||||||
set $right l
|
set $right l
|
||||||
# Your preferred terminal emulator
|
# Your preferred terminal emulator
|
||||||
set $term foot
|
set $term wezterm
|
||||||
# Your preferred application launcher
|
# Your preferred application launcher
|
||||||
# Note: pass the final command to swaymsg so that the resulting window can be opened
|
# Note: pass the final command to swaymsg so that the resulting window can be opened
|
||||||
# on the original workspace that the command was run on.
|
# on the original workspace that the command was run on.
|
||||||
|
@ -43,14 +43,16 @@ if [[ "$OSTYPE" =~ ^linux.*$ ]]; then
|
|||||||
# Signal to xdg-desktop-portal that we're on Sway
|
# Signal to xdg-desktop-portal that we're on Sway
|
||||||
export XDG_CURRENT_DESKTOP=sway
|
export XDG_CURRENT_DESKTOP=sway
|
||||||
# 2023-12-27: use Vulkan renderer in Sway
|
# 2023-12-27: use Vulkan renderer in Sway
|
||||||
# 2024-03-23: still buggy
|
export WLR_RENDERER=vulkan
|
||||||
#export WLR_RENDERER=vulkan
|
|
||||||
|
|
||||||
# 2023-02-05: tell pip/poetry not to probe for keyrings. I'm not publishing
|
# 2023-02-05: tell pip/poetry not to probe for keyrings. I'm not publishing
|
||||||
# packages to pypi.org and the popup during pip/poetry install is annoying.
|
# packages to pypi.org and the popup during pip/poetry install is annoying.
|
||||||
# See: https://github.com/python-poetry/poetry/issues/1917
|
# See: https://github.com/python-poetry/poetry/issues/1917
|
||||||
export PYTHON_KEYRING_BACKEND=keyring.backends.null.Keyring
|
export PYTHON_KEYRING_BACKEND=keyring.backends.null.Keyring
|
||||||
|
|
||||||
|
# For dspace-angular Node.js build: JavaScript heap out of memory
|
||||||
|
export NODE_OPTIONS=--max_old_space_size=4096
|
||||||
|
|
||||||
# For rsync breaking change in arg parsing since 2022
|
# For rsync breaking change in arg parsing since 2022
|
||||||
# See: https://github.com/bit-team/backintime/issues/1247
|
# See: https://github.com/bit-team/backintime/issues/1247
|
||||||
export RSYNC_OLD_ARGS=1
|
export RSYNC_OLD_ARGS=1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user