[sway|aliases] pdfpc update to use workaround

This commit is contained in:
Felix Buehler 2019-06-17 00:08:09 +02:00
parent 62b6181154
commit 201e1df091
2 changed files with 6 additions and 1 deletions

View file

@ -85,7 +85,12 @@ alias backup='vdirsyncer sync && sudo borgmatic --prune --stats && sudo borgmati
alias vnc-temp='x11vnc -display :0 -nap -wait 50 -noxdamage -forever -rfbauth ~/.vnc/passwd -speeds 50,1,1' alias vnc-temp='x11vnc -display :0 -nap -wait 50 -noxdamage -forever -rfbauth ~/.vnc/passwd -speeds 50,1,1'
alias notify='notify-send Terminal "Process has been finished"' alias notify='notify-send Terminal "Process has been finished"'
# xorg
alias screen-off-x='xset -display :0.0 dpms force off' alias screen-off-x='xset -display :0.0 dpms force off'
# 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 screen-off-wl="swayidle timeout 1 'swaymsg \"output * dpms off\"' resume 'swaymsg \"output * dpms on\"; pkill -n swayidle'"
# DEBIAN: # DEBIAN:

View file

@ -65,7 +65,7 @@ for_window [instance="update_installer"] floating enable
# custom floating # custom floating
for_window [app_id="firefox" title="About Mozilla Firefox"] floating enable for_window [app_id="firefox" title="About Mozilla Firefox"] floating enable
for_window [app_id="firefox-developer-edition" title="About Firefox Developer Edition"] floating enable for_window [app_id="firefox-developer-edition" title="About Firefox Developer Edition"] floating enable
for_window [title="^pdfpc - presentation"] move container to output right #for_window [title="^pdfpc - presentation"] move container to output right
# Stick windows to workspaces # Stick windows to workspaces
assign [app_id="feedreader"] 8 assign [app_id="feedreader"] 8