Merge branch 'master' of https://git.mgrote.net/mg/dotfiles
This commit is contained in:
commit
848cbed8ea
2 changed files with 10 additions and 1 deletions
|
@ -249,3 +249,7 @@ alias cp="cp -i "
|
|||
alias rm="rm -i "
|
||||
# rest
|
||||
alias rs="pwgen --capitalize --num-passwords=1 --numerals --secure 14"
|
||||
alias suspend="sudo systemctl suspend"
|
||||
alias suspend="sudo systemctl suspend"
|
||||
alias restart="sudo systemctl restart"
|
||||
alias shutdown="sudo systemctl shutdown"
|
||||
|
|
|
@ -86,3 +86,8 @@ Leader = `,`
|
|||
## alacritty
|
||||
|
||||
* Links mit <Shift+Linksklick> anklickbar
|
||||
|
||||
## polybar
|
||||
|
||||
* Fenster mit mausradklick schließen
|
||||
* Floating Fenster mit Mausrad vergrößern/verkleinern
|
||||
|
|
Loading…
Reference in a new issue