mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 19:14:39 +02:00
[shell/alias] add shortcut to execute in x11
This commit is contained in:
parent
1c983c5cdd
commit
aee6774572
1 changed files with 1 additions and 0 deletions
|
@ -89,6 +89,7 @@ alias mon-update="xrandr --auto"
|
|||
# wayland:
|
||||
alias pdfpc="pdfpc --wayland-workaround"
|
||||
alias screen-off-wl="swayidle timeout 1 'swaymsg \"output * dpms off\"' resume 'swaymsg \"output * dpms on\"; pkill -n swayidle'"
|
||||
alias use-x11="QT_QPA_PLATFORM=xcb"
|
||||
|
||||
# DEBIAN:
|
||||
alias sag='sudo apt-get'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue