This is a collection of dotfiles and scripts for my bspwm setup
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
533 B

<?xml version="1.0" encoding="UTF-8"?>
<actions>
<action>
<icon>utilities-terminal</icon>
<name>Open Terminal Here</name>
<unique-id>1594675818593070-1</unique-id>
<description>Open Terminal in the Current Directory</description>
<!-- >>> session=xorg -->
<command>urxvt -cd %f</command>
<!-- <<< -->
<!-- >>> session=wayland -->
<!-- <command>ghostty -e &quot;sh -c &apos;cd %f &amp;&amp; exec $SHELL&apos;&quot;</command> -->
<!-- <<< -->
<patterns>*</patterns>
<startup-notify/>
<directories/>
</action>
</actions>