Skip to content

Commit

Permalink
wezterm
Browse files Browse the repository at this point in the history
  • Loading branch information
biocoderh committed Oct 13, 2023
1 parent 9075bf2 commit 6e8a6cb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .config/sxhkd/sxhkdrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# terminal emulator
super + Return
urxvt
$TERM

# program launcher
super + @space
Expand Down
4 changes: 4 additions & 0 deletions .profile
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,17 @@ export PATH="$PATH_ORIG"
[ -d "$HOME/.local/bin" ] && export PATH="$PATH:$HOME/.local/bin"
[ -f "$HOME/.scripts/env" ] && . "$HOME/.scripts/env"

[ -x "$(command -v wezterm)" ] && export TERM="wezterm"

if [ -x "$(command -v nvim)" ]; then
export EDITOR="nvim"
export VISUAL="nvim"
fi

if [ "$XDG_SESSION_TYPE" = "wayland" ]; then
export MOZ_ENABLE_WAYLAND=1
else
unset MOZ_ENABLE_WAYLAND
fi

if [ -f "/usr/bin/ksshaskpass" ]; then
Expand Down
1 change: 1 addition & 0 deletions .scripts/arch/desktop-setup
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ xclip wl-clipboard \
xdg-desktop-portal xdg-desktop-portal-hyprland \
bspwm sxhkd polybar dmenu xorg-xsetroot \
noto-fonts noto-fonts-cjk noto-fonts-emoji ttf-firacode-nerd \
wezterm ttf-nerd-fonts-symbols-mono \
libva-utils corectrl \
firefox \
telegram-desktop webkit2gtk \
Expand Down

0 comments on commit 6e8a6cb

Please sign in to comment.