diff options
| author | yuzu-eva <stevenhu@web.de> | 2024-08-27 13:46:54 +0200 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2024-08-27 13:46:54 +0200 |
| commit | 704c581ac08aefe8c77a71c5d9166b38ec729afa (patch) | |
| tree | 2d7f69f939a605322e803f706b40a6fe36fe8b65 /.config/shell | |
| parent | 5f8fbadccac42c900dec2050e6716fbfb556b12d (diff) | |
update xrandr for new monitor setup
Diffstat (limited to '.config/shell')
| -rw-r--r-- | .config/shell/aliasrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc index 8759fa6..088e9ce 100644 --- a/.config/shell/aliasrc +++ b/.config/shell/aliasrc @@ -2,7 +2,7 @@ # various shortcuts alias reboot='doas reboot' -alias poweroff='doas poweroff' +alias poweroff='doas shutdown -hP now' alias refresh='. $ZDOTDIR/.zshrc' alias mutt='cd ~/.config/mutt/attachments; mutt; cd -' alias jpwine='LANG=ja_JP.UTF-8 WINEDEBUG=-all wine' |
