update dotfiles
This commit is contained in:
parent
b0a029edc1
commit
c67d136c0c
8
.bashrc
8
.bashrc
|
@ -132,16 +132,18 @@ alias autoremove="sudo apt autoremove -y"
|
|||
alias autoclean="sudo apt autoclean -y"
|
||||
alias autopurge="sudo apt autopurge -y"
|
||||
alias search="apt search"
|
||||
alias codium="flatpak run com.vscodium.codium-insiders
|
||||
alias code="flatpak run com.vscodium.codium &> /dev/null"
|
||||
alias v="vim 2> /dev/null"
|
||||
alias sv="sudo vim 2> /dev/null"
|
||||
alias files_replace_space='for f in *\ *; do mv "$f" "${f// /_}"; done'
|
||||
alias dtrash="rm -rf .local/share/Trash/files/*"
|
||||
alias ga="git add"
|
||||
alias push="git push -u origin master"
|
||||
alias pull="git pull"
|
||||
alias gs="git status"
|
||||
alias gm="git commit -m"
|
||||
alias gma="git commit --amend"
|
||||
alias gp="git push -u origin main"
|
||||
alias gpf="git push -u origin main --force"
|
||||
alias gpl="git pull"
|
||||
alias ipc="ip --color a"
|
||||
alias ss="scrcpy -S"
|
||||
alias nn="ncdu --color dark"
|
||||
|
|
|
@ -228,9 +228,8 @@ bindsym $mod+r mode "resize"
|
|||
#
|
||||
# Screenshots
|
||||
#
|
||||
#bindsym $mod+p exec shotman active
|
||||
bindsym print exec shotman area
|
||||
bindsym alt+p exec grim - | wl-copy
|
||||
#bindsym print exec shotman area
|
||||
bindsym print exec grim -g "$(slurp)" - | wl-copy
|
||||
#bindsym $mod+alt+p exec shotman output
|
||||
#bindsym $mod+ctrl+p exec shotman window
|
||||
|
||||
|
|
Loading…
Reference in New Issue