bump
This commit is contained in:
parent
7e94abb3a5
commit
871506f1ab
|
|
@ -53,6 +53,7 @@ alias gds='git diff --staged'
|
|||
alias gd='git diff'
|
||||
alias gs='git status'
|
||||
alias ga='git add'
|
||||
alias gap='git add -p'
|
||||
alias gr='git reset'
|
||||
|
||||
# pacman aliases
|
||||
|
|
@ -78,6 +79,7 @@ alias shutdown='shutdown now'
|
|||
alias clipboard-image='xclip -o -sel clip | nsxiv-pipe'
|
||||
alias path='sed "s/:/\n/g" <<< $PATH'
|
||||
alias utc='date -u +"%Y-%m-%d %H:%M:%S UTC"'
|
||||
alias odd='objdump -d'
|
||||
alias fonts='fc-list | awk -F: "{ print \$2 }" | sort | uniq | fzf'
|
||||
alias hz='xrandr --output DisplayPort-1 --mode 1920x1080 --rate'
|
||||
alias ns='nix-shell'
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@ LIBEXEC=/run/current-system/sw/libexec
|
|||
"$LIBEXEC"/polkit-kde-authentication-agent-1 &
|
||||
# desktop portal
|
||||
"$LIBEXEC"/xdg-desktop-portal-kde &
|
||||
"$LIBEXEC"/xdg-desktop-portal &
|
||||
kded5 &
|
||||
|
||||
# ime
|
||||
|
|
|
|||
Loading…
Reference in a new issue