fix missing terminal calls

This commit is contained in:
Franzi 2021-04-17 12:10:24 +02:00
parent 4a297411d5
commit ba31260881
Signed by: kunsi
GPG Key ID: 12E3D2136B818350
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
trap 'rm -f "$1"' EXIT
xiate -name xiate-history -e vim -R "$1"
xiate -name xiate-floating -e vim -R "$1"

View File

@ -94,7 +94,7 @@ for_window [window_role="pop-up"] floating enable
for_window [class="Pavucontrol"] floating enable
for_window [class="Gnome-calculator"] floating enable
for_window [class="realvnc-vncviewer"] floating enable
for_window [class="xiate-history"] floating enable
for_window [class="xiate-floating"] floating enable
workspace 1 output DP2-2
workspace 2 output DP2-1

View File

@ -103,7 +103,7 @@ status.register("network",
detect_active=True,
freq_divisor=1000000000,
divisor=1024,
on_leftclick="gnome-terminal -- sudo wifi-menu",
on_leftclick="xiate -name xiate-floating -e sudo wifi-menu",
hints={"markup":"pango"})
#status.register("mpd",