feat: implement distraction toggle script for hosts file management; feat: add privacy toggle script with status checking capability; refactor: improve grayscale toggle script with status parameter support; refactor: reorganize hyprland gestures and input configuration; chore: remove unused bspwm script and btop configuration files; chore: delete obsolete rofi-wayland launcher themes and configurations; feat: extend nvim filetype recognition for pascal scripts; feat: enhance swaync configuration with new toggle buttons and layout adjustments; chore: update waybar goal file content; chore: modify gitignore patterns for cava assets and thunar configurations; fix: adjust thunar custom actions to use swww instead of hyprpaper
110 lines
2.9 KiB
XML
110 lines
2.9 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<actions>
|
|
<action>
|
|
<icon>utilities-terminal</icon>
|
|
<name>Open Terminal Here</name>
|
|
<submenu></submenu>
|
|
<unique-id>1724255257300256-1</unique-id>
|
|
<command>kitty %f</command>
|
|
<description>Example for a custom action</description>
|
|
<range></range>
|
|
<patterns>*</patterns>
|
|
<startup-notify/>
|
|
<directories/>
|
|
</action>
|
|
<action>
|
|
<icon>vscodium</icon>
|
|
<name>Open in VSCodium</name>
|
|
<submenu></submenu>
|
|
<unique-id>1727273949048539-1</unique-id>
|
|
<command>codium .</command>
|
|
<description></description>
|
|
<range>*</range>
|
|
<patterns>*</patterns>
|
|
<directories/>
|
|
</action>
|
|
<action>
|
|
<icon>emblem-draft</icon>
|
|
<name>Create file</name>
|
|
<submenu></submenu>
|
|
<unique-id>1739060572959732-1</unique-id>
|
|
<command>touch "New document.txt"</command>
|
|
<description></description>
|
|
<range>*</range>
|
|
<patterns>*</patterns>
|
|
<directories/>
|
|
</action>
|
|
<action>
|
|
<icon>emblem-plan</icon>
|
|
<name>Rewrite from clipboard</name>
|
|
<submenu></submenu>
|
|
<unique-id>1739060949375198-2</unique-id>
|
|
<command>xclip -o > %n && notify-send "Rewritten %n"</command>
|
|
<description></description>
|
|
<range>*</range>
|
|
<patterns>*</patterns>
|
|
<other-files/>
|
|
<text-files/>
|
|
</action>
|
|
<action>
|
|
<icon>emblem-OK</icon>
|
|
<name>Add tags</name>
|
|
<submenu></submenu>
|
|
<unique-id>1741093759037048-1</unique-id>
|
|
<command>/home/greg/.config/Thunar/addtags.sh %F</command>
|
|
<description>Add keywords to the image using ExifTool</description>
|
|
<range>*</range>
|
|
<patterns>*.jpg;*.jpeg;*.png;*.gif;*.mp4;*.webm</patterns>
|
|
<image-files/>
|
|
<other-files/>
|
|
<video-files/>
|
|
</action>
|
|
<action>
|
|
<icon>preferences-desktop-wallpaper</icon>
|
|
<name>Swww All!</name>
|
|
<submenu></submenu>
|
|
<unique-id>1747392640727479-1</unique-id>
|
|
<command>swww img %f</command>
|
|
<description></description>
|
|
<range>*</range>
|
|
<patterns>*.png;*.webp;*.jpg;*.jpeg;*.gif</patterns>
|
|
<image-files/>
|
|
<video-files/>
|
|
</action>
|
|
<action>
|
|
<icon>preferences-desktop-wallpaper</icon>
|
|
<name>Swww primary!</name>
|
|
<submenu></submenu>
|
|
<unique-id>1759327465764946-1</unique-id>
|
|
<command>swww img -o eDP-1 -t none %f</command>
|
|
<description></description>
|
|
<range>*</range>
|
|
<patterns>*.png;*.webp;*.jpg;*.jpeg;*.gif</patterns>
|
|
<image-files/>
|
|
<video-files/>
|
|
</action>
|
|
<action>
|
|
<icon>preferences-desktop-wallpaper</icon>
|
|
<name>Swww secondary!</name>
|
|
<submenu></submenu>
|
|
<unique-id>1759327504173860-2</unique-id>
|
|
<command>swww img -o HDMI-A-1 -t none %f</command>
|
|
<description></description>
|
|
<range>*</range>
|
|
<patterns>*.png;*.webp;*.jpg;*.jpeg;*.gif</patterns>
|
|
<image-files/>
|
|
<video-files/>
|
|
</action>
|
|
<action>
|
|
<icon>emblem-symbolic-link</icon>
|
|
<name>Paste symbolic link</name>
|
|
<submenu></submenu>
|
|
<unique-id>1751568263954481-1</unique-id>
|
|
<command>~/Dev/Scripts/symlink_from_clip %f</command>
|
|
<description>Creates symlink(s) in current directory for file(s) in clipboard</description>
|
|
<range>*</range>
|
|
<patterns>*</patterns>
|
|
<directories/>
|
|
</action>
|
|
</actions>
|