fix missing terminal calls
This commit is contained in:
parent
4a297411d5
commit
ba31260881
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
trap 'rm -f "$1"' EXIT
|
trap 'rm -f "$1"' EXIT
|
||||||
xiate -name xiate-history -e vim -R "$1"
|
xiate -name xiate-floating -e vim -R "$1"
|
||||||
|
|
|
@ -94,7 +94,7 @@ for_window [window_role="pop-up"] floating enable
|
||||||
for_window [class="Pavucontrol"] floating enable
|
for_window [class="Pavucontrol"] floating enable
|
||||||
for_window [class="Gnome-calculator"] floating enable
|
for_window [class="Gnome-calculator"] floating enable
|
||||||
for_window [class="realvnc-vncviewer"] 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 1 output DP2-2
|
||||||
workspace 2 output DP2-1
|
workspace 2 output DP2-1
|
||||||
|
|
|
@ -103,7 +103,7 @@ status.register("network",
|
||||||
detect_active=True,
|
detect_active=True,
|
||||||
freq_divisor=1000000000,
|
freq_divisor=1000000000,
|
||||||
divisor=1024,
|
divisor=1024,
|
||||||
on_leftclick="gnome-terminal -- sudo wifi-menu",
|
on_leftclick="xiate -name xiate-floating -e sudo wifi-menu",
|
||||||
hints={"markup":"pango"})
|
hints={"markup":"pango"})
|
||||||
|
|
||||||
#status.register("mpd",
|
#status.register("mpd",
|
||||||
|
|
Loading…
Reference in a new issue