Remove hardlink dependency on lf
After moving environment variables from ~/.zshrc to ~/.profile, i3 can locate `lf` on my PATH without any trickier involved. This is quite nice.
This commit is contained in:
parent
a2f07f24e0
commit
aec6461660
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ bindsym $mod+space exec --no-startup-id dmenu_run
|
|||
bindsym $mod+t exec --no-startup-id ~/.config/i3/dmenu_timer.sh ~/.local/share/sounds/gong.mp3
|
||||
|
||||
# file manager
|
||||
bindsym $mod+x exec st -e ~/bin/lf # TODO: reconsider hardlink and expose ZSH's PATH to i3
|
||||
bindsym $mod+x exec st -e lf
|
||||
|
||||
# music player kbds
|
||||
bindsym F9 exec --no-startup-id playerctl next # same Fn keys as MBP
|
||||
|
|
Loading…
Reference in a new issue