This commit is contained in:
mustard 2025-03-02 12:21:59 +01:00
parent 6844d75772
commit 7385e0e1b2
57 changed files with 1133 additions and 0 deletions

1
files/etc/environment Normal file
View file

@ -0,0 +1 @@
XDG_CURRENT_DESKTOP=kde

View file

@ -0,0 +1,10 @@
[Desktop Entry]
Actions=QvmCopy;
Type=Service
MimeType=all/allfiles;inode/directory;
[Desktop Action QvmCopy]
Exec=/usr/lib/qubes/qvm-copy-to-vm.kde %U
Icon=kget
Name=Copy to other qube

View file

@ -0,0 +1,15 @@
[Desktop Entry]
Actions=QvmDvm;QvmViewDvm
Type=Service
MimeType=all/allfiles;inode/directory;
[Desktop Action QvmDvm]
Exec=/usr/bin/qvm-open-in-dvm %U
Icon=kget
Name=Edit in disposable qube
[Desktop Action QvmViewDvm]
Exec=/usr/bin/qvm-open-in-dvm --view-only %U
Icon=kget
Name=View in disposable qube

View file

@ -0,0 +1,10 @@
[Desktop Entry]
Actions=QvmMove;
Type=Service
MimeType=all/allfiles;inode/directory;
[Desktop Action QvmMove]
Exec=/usr/lib/qubes/qvm-move-to-vm.kde %U
Icon=kget
Name=Move to other qube