change chromium init since LD preload bug is fixed

This commit is contained in:
2019-06-01 17:28:52 +02:00
parent e48095625c
commit 7323237e44

View File

@@ -65,7 +65,8 @@ hc keybind $Mod-q close
hc keybind $Mod-Return spawn urxvt
hc keybind $Mod-y spawn urxvt #easier to press with one hand
hc keybind $Mod-Shift-Return spawn ~/.config/herbstluftwm/hl_start_urxvt_cwd.py
hc keybind $Mod-i spawn urxvt -e nohup zsh -c "chromium &" #need to reliably use the zshconf chromium
hc keybind $Mod-i spawn "/usr/bin/chromium"
if [[ $HOST =~ atlantis* ]]; then
hc keybind $Mod-l spawn i3lock -i ~/.config/i3lock/bg.png -t
else