Compare commits

..

No commits in common. "190e1cd5508de467e0af3f2fd0784eacebe6bc1c" and "d96d8d6550bf5caa1fefa43351af7ada233e86ef" have entirely different histories.

3 changed files with 4 additions and 4 deletions

View File

@ -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 wezterm set $term foot
# 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.

View File

@ -10,9 +10,6 @@ if wezterm.config_builder then
config = wezterm.config_builder() config = wezterm.config_builder()
end end
config.font = wezterm.font 'Cascadia Mono'
config.font_size = 13.5
-- This is where you actually apply your config choices -- This is where you actually apply your config choices
-- Selenized colors by Alan Orth -- Selenized colors by Alan Orth

View File

@ -43,6 +43,9 @@ if [[ "$OSTYPE" =~ ^linux.*$ ]]; then
export SDL_VIDEODRIVER=wayland export SDL_VIDEODRIVER=wayland
# 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
# 2022-12-26: use Vulkan renderer in Sway
# 2023-01-03: a bit buggy on older Intel, especially in Thunderbird (even on new Intel)
#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.