diff options
author | Matthew Lemon <y@yulqen.org> | 2024-04-22 18:03:16 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-04-22 18:03:16 +0100 |
commit | d94c710db22f96fc289d03140db12f700c4a0346 (patch) | |
tree | 780e1bcdb02e3ff136856b03666950b9805456f0 | |
parent | 502be6255191a7e87d9f5d4ce02574ad9bf47dd9 (diff) |
Update
-rw-r--r-- | fish2024/config.fish | 10 | ||||
-rw-r--r-- | i3-config | 4 |
2 files changed, 7 insertions, 7 deletions
diff --git a/fish2024/config.fish b/fish2024/config.fish index 3abb50e..e6ecadc 100644 --- a/fish2024/config.fish +++ b/fish2024/config.fish @@ -7,10 +7,10 @@ if status is-interactive end # https://gist.github.com/josh-padnick/c90183be3d0e1feb89afd7573505cab3 -if test -z (pgrep ssh-agent) - eval (ssh-agent -c) > /dev/null - set -Ux SSH_AUTH_SOCK $SSH_AUTH_SOCK - set -Ux SSH_AGENT_PID $SSH_AGENT_PID -end +#jif test -z (pgrep ssh-agent) +#j eval (ssh-agent -c) > /dev/null +#j set -Ux SSH_AUTH_SOCK $SSH_AUTH_SOCK +#j set -Ux SSH_AGENT_PID $SSH_AGENT_PID +#jend . ~/perl5/perlbrew/etc/perlbrew.fish @@ -89,8 +89,8 @@ bindsym $mod+minus scratchpad show # start a terminal #bindsym $mod+Return exec alacritty #bindsym $mod+Return exec xterm -itc -en en_GB.UTF-8 -bindsym $mod+Return exec xfce4-terminal -#bindsym $mod+Return exec xterm +#bindsym $mod+Return exec xfce4-terminal +bindsym $mod+Return exec xterm #bindsym $mod+Return exec alacritty #bindsym $mod+Return exec i3-sensible-terminal #bindsym $mod+Return exec urxvt |