From e6463c1480213db32b5f64817737b96f8d6a522a Mon Sep 17 00:00:00 2001 From: Joe Rayhawk Date: Thu, 12 Sep 2024 15:55:49 -0700 Subject: .bash_profile merge --- .bash_profile | 3 +++ 1 file changed, 3 insertions(+) (limited to '.bash_profile') diff --git a/.bash_profile b/.bash_profile index 12c8fb1..7ab934c 100644 --- a/.bash_profile +++ b/.bash_profile @@ -12,11 +12,14 @@ fi export PATH=/home/jrayhawk/bin:"${PATH}" export SSH_AUTH_SOCK=${XDG_RUNTIME_DIR}/ssh-agent # Debian has been punting on this for fucking years; see https://bugs.debian.org/961311 and ~/.config/systemd/user/ssh-agent.service +export SSH_ASKPASS_REQUIRE=force +export TERM=xterm-256color export WLR_DRM_NO_MODIFIERS=1 # set to 1 to always allocate planes without modifiers, this can fix certain modeset failures because of bandwidth restrictions. alias startx='startx -- vt7 & sleep 2; logout' alias startsway='(sleep 1; exec systemd-cat --identifier=sway sway) & logout' alias starthypr='(sleep 1; exec systemd-cat --identifier=hyprland hyprland --config ~/.config/hypr/$( hostname -s )/hyprland.conf) & logout' +alias discord='firejail discord' alias firefox='firejail firefox' alias zoom='firejail zoom' -- cgit v1.2.3