mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 11:04:41 +02:00
[sway|aliases] pdfpc update to use workaround
This commit is contained in:
parent
62b6181154
commit
201e1df091
2 changed files with 6 additions and 1 deletions
|
@ -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 notify='notify-send Terminal "Process has been finished"'
|
||||
|
||||
# xorg
|
||||
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'"
|
||||
|
||||
# DEBIAN:
|
||||
|
|
|
@ -65,7 +65,7 @@ for_window [instance="update_installer"] floating enable
|
|||
# custom floating
|
||||
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 [title="^pdfpc - presentation"] move container to output right
|
||||
#for_window [title="^pdfpc - presentation"] move container to output right
|
||||
|
||||
# Stick windows to workspaces
|
||||
assign [app_id="feedreader"] 8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue