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