readded lf
This commit is contained in:
parent
f231237350
commit
5d9066d9a2
|
@ -149,7 +149,11 @@ esac
|
||||||
}}
|
}}
|
||||||
|
|
||||||
cmd clip-path ${{
|
cmd clip-path ${{
|
||||||
printf "$f" | xclip -selection clipboard
|
if [ -z $WAYLAND_DISPLAY ]; then
|
||||||
|
printf "$f" | xclip -selection clipboard
|
||||||
|
else
|
||||||
|
printf "$f" | wl-copy
|
||||||
|
fi
|
||||||
}}
|
}}
|
||||||
|
|
||||||
cmd filebrowser ${{
|
cmd filebrowser ${{
|
||||||
|
|
|
@ -11,7 +11,7 @@ fsync () {
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
syncfile=".urlview .vimrc .Xresources .bashrc .zshrc .p10k.zsh .config/.profile .config/wezterm .config/dwm .config/tmux .config/awesome .config/rofi .config/cava .config/hypr .config/waybar .config/picom.conf .config/nvim .config/atuin .config/screenkey.json .config/fastfetch stuff/manual-programs/suckless"
|
syncfile=".urlview .vimrc .Xresources .bashrc .zshrc .p10k.zsh .config/.profile .config/wezterm .config/dwm .config/tmux .config/awesome .config/rofi .config/lf .config/cava .config/hypr .config/waybar .config/picom.conf .config/nvim .config/atuin .config/screenkey.json .config/fastfetch stuff/manual-programs/suckless"
|
||||||
|
|
||||||
syncfile="$syncfile stuff/scripts/system/stbar stuff/scripts/system/url-handler.sh stuff/scripts/system/backup/copy-to-git.sh stuff/scripts/system/backup/backup.sh"
|
syncfile="$syncfile stuff/scripts/system/stbar stuff/scripts/system/url-handler.sh stuff/scripts/system/backup/copy-to-git.sh stuff/scripts/system/backup/backup.sh"
|
||||||
syncfile="$syncfile stuff/scripts/system/neoboot.sh stuff/scripts/system/math.sh stuff/scripts/system/bri.sh stuff/scripts/system/restart-pipe.sh stuff/scripts/system/set-pri-java.sh"
|
syncfile="$syncfile stuff/scripts/system/neoboot.sh stuff/scripts/system/math.sh stuff/scripts/system/bri.sh stuff/scripts/system/restart-pipe.sh stuff/scripts/system/set-pri-java.sh"
|
||||||
|
|
Loading…
Reference in New Issue