diff --git a/apps/de/sxhkd/rc b/apps/de/sxhkd/rc index da1e249..be975dc 100755 --- a/apps/de/sxhkd/rc +++ b/apps/de/sxhkd/rc @@ -237,7 +237,7 @@ super + shift + v sh -c 'kill -USR1 $(cat "/var/run/user/$UID/polybar-mic-script.sh.pid")' super + shift + e - rofimoji --use-clipboard --rofi-args='--sort -sorting-method fzf' + rofimoji --insert-with-clipboard --rofi-args='--sort -sorting-method fzf' super + shift + p rofi-pass diff --git a/apps/de/x/profile b/apps/de/x/profile index 78f59d0..3da3436 100755 --- a/apps/de/x/profile +++ b/apps/de/x/profile @@ -9,7 +9,6 @@ [ -f "$HOME/.xmodmap" ] && xmodmap "$HOME/.xmodmap" has_command xcape && xcape -e 'Control_L=Escape' & has_command libinput-gestures-setup && libinput-gestures-setup start -has_command autocutsel && autocutsel -s PRIMARY & has_command autorandr && autorandr -c has_command redshift && redshift -r -l 39.1:-94.6 -t 6500K:3000K & has_command kdeconnect-indicator && kdeconnect-indicator & diff --git a/apps/shell/fish/aliases.fish b/apps/shell/fish/aliases.fish index 85cce3f..a28cb63 100755 --- a/apps/shell/fish/aliases.fish +++ b/apps/shell/fish/aliases.fish @@ -114,6 +114,9 @@ alias gd "git diff" alias gds "gd --staged" # alias gdv "git dv" # TODO: what is this? alias gpl "git pull" +alias ga "git add" +alias gcm "git commit -m" +alias gco "git checkout" alias gp "git push" alias gpa "git push --all && git push --tags" alias gpt "git push && git push --tags" @@ -130,6 +133,11 @@ alias dclf "docker-compose logs --tail=500 -f" alias ctop "docker run --rm -ti -v /var/run/docker.sock:/var/run/docker.sock quay.io/vektorlab/ctop:latest" # misc aliases +function pp + while not ping -n 1 -t 5 8.8.8.8 + sleep 1 + end +end alias p "ping 8.8.8.8" alias C "clear && clear" alias r "ranger"