mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 08:53:56 -05:00
moved files to make more sense and added experimental desktop configuration
This commit is contained in:
parent
22c5b6f826
commit
50fae0b2eb
38 changed files with 533 additions and 191 deletions
31
home-manager/config/Thunar/uca.xml
Executable file
31
home-manager/config/Thunar/uca.xml
Executable file
|
|
@ -0,0 +1,31 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<actions>
|
||||
<action>
|
||||
<icon>utilities-terminal</icon>
|
||||
<name>Open Terminal Here</name>
|
||||
<unique-id>1651604010244754-1</unique-id>
|
||||
<command>alacritty --working-directory %f </command>
|
||||
<description>Example for a custom action</description>
|
||||
<patterns>*</patterns>
|
||||
<startup-notify/>
|
||||
<directories/>
|
||||
</action>
|
||||
<action>
|
||||
<icon>folder</icon>
|
||||
<name>Root</name>
|
||||
<unique-id>1651640324751320-1</unique-id>
|
||||
<command>qsudo thunar %f</command>
|
||||
<description></description>
|
||||
<patterns>*</patterns>
|
||||
<directories/>
|
||||
</action>
|
||||
<action>
|
||||
<icon>org.xfce.catfish</icon>
|
||||
<name>Search</name>
|
||||
<unique-id>1651908115751880-1</unique-id>
|
||||
<command>catfish --path=%f</command>
|
||||
<description></description>
|
||||
<patterns>*</patterns>
|
||||
<directories/>
|
||||
</action>
|
||||
</actions>
|
||||
Loading…
Add table
Add a link
Reference in a new issue