Updates
This commit is contained in:
parent
6e037e50e6
commit
ea10073442
4
.bashrc
4
.bashrc
@ -34,8 +34,10 @@ alias r='ranger'
|
|||||||
alias t='sudo timeshift --list'
|
alias t='sudo timeshift --list'
|
||||||
alias ts='~/dotfiles/scripts/snapshot.sh'
|
alias ts='~/dotfiles/scripts/snapshot.sh'
|
||||||
alias matrix='cmatrix'
|
alias matrix='cmatrix'
|
||||||
alias screenshot='scrot -d 3 -c -z -u'
|
alias shot='scrot -d 3 -c -z -u'
|
||||||
|
alias shotsel='scrot -s'
|
||||||
alias nf='neofetch'
|
alias nf='neofetch'
|
||||||
|
alias pf='pfetch'
|
||||||
|
|
||||||
# GIT
|
# GIT
|
||||||
alias gs="git status"
|
alias gs="git status"
|
||||||
|
@ -131,6 +131,7 @@ keys = [
|
|||||||
Key([mod], "b", lazy.spawn(browser), desc="Launch Chromium"),
|
Key([mod], "b", lazy.spawn(browser), desc="Launch Chromium"),
|
||||||
Key([mod], "v", lazy.spawn("/home/raabe/dotfiles/scripts/looking-glass.sh"), desc="Start Looking Glass Client"),
|
Key([mod], "v", lazy.spawn("/home/raabe/dotfiles/scripts/looking-glass.sh"), desc="Start Looking Glass Client"),
|
||||||
Key([mod, "shift"], "w", lazy.spawn("/home/raabe/dotfiles/scripts/updatewal.sh"), desc="Update Thema and Wallpaper"),
|
Key([mod, "shift"], "w", lazy.spawn("/home/raabe/dotfiles/scripts/updatewal.sh"), desc="Update Thema and Wallpaper"),
|
||||||
|
Key([mod, "shift"], "s", lazy.spawn("scrot -s"), desc="Screenshot of selected area"),
|
||||||
|
|
||||||
# Scratchpads
|
# Scratchpads
|
||||||
Key([mod, "shift"], "t", lazy.group["terminal"].dropdown_toggle("term")),
|
Key([mod, "shift"], "t", lazy.group["terminal"].dropdown_toggle("term")),
|
||||||
|
Loading…
Reference in New Issue
Block a user