Compare commits
2 Commits
b8a1eec4df
...
862cd4486e
Author | SHA1 | Date | |
---|---|---|---|
862cd4486e | |||
f204c7c53d |
@ -1,5 +1,5 @@
|
|||||||
text/html; w3m -I %{charset} -T text/html %s; copiousoutput;
|
text/html; w3m -I %{charset -T text/html %s; copiousoutput;
|
||||||
text/* ; vim %s ; edit=vim %s ; compose=vim %s ; needsterminal
|
text/* ; nvim %s ; edit=nvim %s ; compose=nvim %s ; needsterminal
|
||||||
image/*; imv %s ; copiousoutput
|
image/*; imv %s ; copiousoutput
|
||||||
application/pdf; zathura %s ;
|
application/pdf; zathura %s ;
|
||||||
application/vnd.openxmlformats-officedocument.wordprocessingml.document; libreoffice %s ;
|
application/vnd.openxmlformats-officedocument.wordprocessingml.document; libreoffice %s ;
|
||||||
|
@ -248,7 +248,7 @@ exec_always {
|
|||||||
for_window [app_id="mpv"] floating enable
|
for_window [app_id="mpv"] floating enable
|
||||||
for_window [app_id="imv"] floating enable
|
for_window [app_id="imv"] floating enable
|
||||||
# Resize zathura to 70% in tiling mode
|
# Resize zathura to 70% in tiling mode
|
||||||
for_window [app_id="org.pwmt.zathura"] resize set width 70 ppt
|
for_window [app_id="org.pwmt.zathura" workspace=$workspace4] resize set width 70 ppt
|
||||||
# Split windows vertically
|
# Split windows vertically
|
||||||
exec swaymsg split vertical
|
exec swaymsg split vertical
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user