Compare commits
No commits in common. "862cd4486e0f4a738b090582e4cf4674d71fb725" and "b8a1eec4df95f89fb2cb072c42fd10ce7704768e" have entirely different histories.
862cd4486e
...
b8a1eec4df
@ -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/* ; nvim %s ; edit=nvim %s ; compose=nvim %s ; needsterminal
|
text/* ; vim %s ; edit=vim %s ; compose=vim %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" workspace=$workspace4] resize set width 70 ppt
|
for_window [app_id="org.pwmt.zathura"] 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