updated lf keybind for zsh
This commit is contained in:
parent
27cb2b02b4
commit
009c7c50e1
@ -87,7 +87,7 @@ lfcd() {
|
||||
fi
|
||||
}
|
||||
|
||||
bindkey -s '^l' '^ulfcd\n'
|
||||
bindkey -s '^o' '^ulfcd\n'
|
||||
|
||||
if [ -f /etc/hostname ]; then
|
||||
HOST=$(cat /etc/hostname)
|
||||
|
||||
@ -70,7 +70,7 @@ import XMonad.Util.SpawnOnce
|
||||
|
||||
-- A simple way to switch between desktop and laptop related things
|
||||
isLaptop :: Bool
|
||||
isLaptop = False
|
||||
isLaptop = True
|
||||
|
||||
|
||||
--THEME
|
||||
|
||||
Loading…
Reference in New Issue
Block a user