Compare commits

...

2 Commits

Author SHA1 Message Date
862cd4486e
Resize zathura to 70% only on workspace 4 2020-11-09 12:11:46 +01:00
f204c7c53d
fixup! Revert "Migrate from neovim to vim" 2020-11-09 12:11:24 +01:00
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
text/html; w3m -I %{charset} -T text/html %s; copiousoutput;
text/* ; vim %s ; edit=vim %s ; compose=vim %s ; needsterminal
text/html; w3m -I %{charset -T text/html %s; copiousoutput;
text/* ; nvim %s ; edit=nvim %s ; compose=nvim %s ; needsterminal
image/*; imv %s ; copiousoutput
application/pdf; zathura %s ;
application/vnd.openxmlformats-officedocument.wordprocessingml.document; libreoffice %s ;

View File

@ -248,7 +248,7 @@ exec_always {
for_window [app_id="mpv"] floating enable
for_window [app_id="imv"] floating enable
# 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
exec swaymsg split vertical