add services-menus
This commit is contained in:
parent
dbd42fb2ab
commit
d6447efb29
3 changed files with 12 additions and 1 deletions
10
configs/services-menu/open-with-code.desktop
Normal file
10
configs/services-menu/open-with-code.desktop
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[Desktop Entry]
|
||||
Type=Service
|
||||
ServiceTypes=KonqPopupMenu/Plugin
|
||||
MimeType=inode/directory
|
||||
Actions=RunCodeDir
|
||||
|
||||
[Desktop Action RunCodeDir]
|
||||
Name=Open with Code
|
||||
Icon=vscode
|
||||
Exec=code %F
|
||||
|
|
@ -3,6 +3,7 @@
|
|||
home.file = {
|
||||
".config/qt5ct/colors/Catppuccin-Mocha.conf".source = "${pkgs.catppuccin-qt5ct}/share/qt5ct/colors/catppuccin-mocha-sapphire.conf";
|
||||
".config/qt6ct/colors/Catppuccin-Mocha.conf".source = "${pkgs.catppuccin-qt5ct}/share/qt6ct/colors/catppuccin-mocha-sapphire.conf";
|
||||
".local/share/kio/servicemenus/open-with-code.desktop".source = ../../../configs/services-menu/open-with-code.desktop;
|
||||
};
|
||||
|
||||
xdg.configFile = {
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
"ALT, F4, killactive"
|
||||
"SUPER SHIFT, L, exit,"
|
||||
"SUPER SHIFT, TAB, togglefloating,"
|
||||
"SUPER SHIFT, S, exec, hyprshot -m region -o '~/Pictures/Screenshot/' -z"
|
||||
"SUPER SHIFT, S, exec, hyprshot -m region -o '/home/asakiyuki/Pictures/Screenshot/' -z"
|
||||
"SUPER, J, togglesplit,"
|
||||
"SUPER, E, exec, dolphin"
|
||||
|
||||
|
|
|
|||
Reference in a new issue