Improve install scripts, add more shortcuts, improve hypridle
This commit is contained in:
parent
b54a382841
commit
a9d92efa18
@ -38,6 +38,7 @@ cp -r ~/.config/kitty ./general/configs/
|
||||
cp -r ~/.config/terminator ./general/configs/
|
||||
cp -r ~/.config/Thunar ./general/configs/
|
||||
cp -r ~/.config/yazi ./general/configs/
|
||||
cp -r ~/.config/mpv ./general/configs/
|
||||
rm -rf ./pc/configs/hypr/hyprland/
|
||||
cp -r ~/.config/hypr/hyprland/* ./general/hyprland/
|
||||
|
||||
|
@ -15,7 +15,10 @@ alias cfh='nvim ~/.config/hypr/'
|
||||
alias cfn='nvim ~/.config/nvim/'
|
||||
alias cff='nvim ~/.config/fish/config.fish'
|
||||
alias cfw='nvim ~/.config/waybar/'
|
||||
alias cf='nvim ~/.config/'
|
||||
alias g='lazygit'
|
||||
alias open-webui='sudo systemctl start docker && sudo docker start -i open-webui'
|
||||
alias ai='ollama serve'
|
||||
|
||||
function y
|
||||
set tmp (mktemp -t "yazi-cwd.XXXXXX")
|
||||
|
@ -23,7 +23,12 @@ listener {
|
||||
|
||||
listener {
|
||||
timeout = 200
|
||||
on-timeout = notify-send "100s to screen off" && sleep 5 && hyprlock
|
||||
on-timeout = notify-send "100s to screen off"
|
||||
}
|
||||
|
||||
listener {
|
||||
timeout = 210
|
||||
on-timeout = hyprlock
|
||||
}
|
||||
|
||||
listener {
|
||||
|
@ -23,7 +23,12 @@ listener {
|
||||
|
||||
listener {
|
||||
timeout = 200
|
||||
on-timeout = notify-send "100s to screen off" && sleep 5 && hyprlock
|
||||
on-timeout = notify-send "100s to screen off"
|
||||
}
|
||||
|
||||
listener {
|
||||
timeout = 210
|
||||
on-timeout = hyprlock
|
||||
}
|
||||
|
||||
listener {
|
||||
|
@ -744,6 +744,7 @@ l-smash
|
||||
ladspa
|
||||
lame
|
||||
lapack
|
||||
lazygit
|
||||
lcms2
|
||||
ldb
|
||||
ldns
|
||||
|
11
setup.sh
11
setup.sh
@ -7,12 +7,7 @@ cp -r ./general/configs/VSCodium/* ~/.config/VSCodium/
|
||||
# copy other config files
|
||||
cp -r ./pc/configs/hypr ~/.config/
|
||||
cp -r ./pc/configs/waybar ~/.config/
|
||||
cp -r ./general/configs/fish ~/.config/
|
||||
cp -r ./general/configs/dunst ~/.config/
|
||||
cp -r ./general/configs/rofi ~/.config/
|
||||
cp -r ./general/configs/wlogout ~/.config/
|
||||
cp -r ./general/configs/yazi ~/.config/
|
||||
cp -r ./general/configs/Thunar ~/.config/
|
||||
cp -r ./general/configs/terminator ~/.config/
|
||||
cp -r ./general/configs/kitty ~/.config/
|
||||
cp -r ./general/configs/* ~/.config/
|
||||
|
||||
# Copy hyprland general config
|
||||
cp -r ./general/hyprland ~/.config/hypr/
|
||||
|
@ -7,14 +7,9 @@ cp -r ./general/configs/VSCodium/* ~/.config/VSCodium/
|
||||
# copy other config files
|
||||
cp -r ./laptop/configs/hypr ~/.config/
|
||||
cp -r ./laptop/configs/waybar ~/.config/
|
||||
cp -r ./general/configs/fish ~/.config/
|
||||
cp -r ./general/configs/dunst ~/.config/
|
||||
cp -r ./general/configs/rofi ~/.config/
|
||||
cp -r ./general/configs/wlogout ~/.config/
|
||||
cp -r ./general/configs/yazi ~/.config/
|
||||
cp -r ./general/configs/Thunar ~/.config/
|
||||
cp -r ./general/configs/terminator ~/.config/
|
||||
cp -r ./general/configs/kitty ~/.config/
|
||||
cp -r ./general/configs/* ~/.config/
|
||||
|
||||
# Copy hyprland general config
|
||||
cp -r ./general/hyprland ~/.config/hypr/
|
||||
|
||||
echo '=> Installed all laptop config files successfully'
|
||||
|
Loading…
x
Reference in New Issue
Block a user