diff options
| author | Blista Kanjo | 2022-11-25 15:53:50 -0500 |
|---|---|---|
| committer | Blista Kanjo | 2022-11-25 15:53:50 -0500 |
| commit | 01ce3fc9a5c105a1d80de8c43f0cf0a494324140 (patch) | |
| tree | f832aea581ec7f7d6145a9ebe0c6498f2ab96b9e /.config/Thunar/uca.xml | |
| parent | e38eb658f285700daab860e53ec18eb999a4b666 (diff) | |
refactor: moved to using lxsudo instead of gksudo (which now seems to be unmaintained)
Diffstat (limited to '.config/Thunar/uca.xml')
| -rw-r--r-- | .config/Thunar/uca.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/Thunar/uca.xml b/.config/Thunar/uca.xml index 26e0273..aed91d9 100644 --- a/.config/Thunar/uca.xml +++ b/.config/Thunar/uca.xml @@ -14,7 +14,7 @@ <icon>folder-visiting</icon> <name>Open as ROOT</name> <unique-id>1601859832500541-1</unique-id> - <command>gksudo dbus-launch thunar %f </command> + <command>lxsudo dbus-launch thunar %f </command> <description></description> <patterns>*</patterns> <directories/> @@ -23,7 +23,7 @@ <icon>text-x-makefile</icon> <name>Edit as ROOT</name> <unique-id>1601859882692361-2</unique-id> - <command>gksudo dbus-launch xed %f</command> + <command>lxsudo dbus-launch gvim %f</command> <description></description> <patterns>*</patterns> <other-files/> |
