chore: small things

This commit is contained in:
2025-07-23 23:23:02 +09:00
parent cc6f32c3fb
commit fe7a710564
6 changed files with 36 additions and 3 deletions

View File

@@ -13,7 +13,6 @@ alias mv='mv -i'
alias rm='rm -i'
### fzf
alias f='fzf --reverse'
alias c='cd $(fd --type d | fzf --reverse)'
alias blame='git show $(git ls-files | fzf -e --reverse --bind "enter:become(git blame {1} | fzf -e --ansi --reverse | cut -f 1 -d \" \")")'
@@ -61,6 +60,14 @@ downimage() {
exiftool -all= $filename
}
setgnomebuttons() {
gsettings set org.gnome.desktop.wm.preferences button-layout 'icon:minimize,close'
}
removegnomebuttons() {
gsettings set org.gnome.desktop.wm.preferences button-layout ''
}
### laptop acpi magic
conservation() {