-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathshell.nss
More file actions
40 lines (34 loc) · 939 Bytes
/
Copy pathshell.nss
File metadata and controls
40 lines (34 loc) · 939 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
settings
{
priority=1
exclude.where = !process.is_explorer
showdelay = 200
// Options to allow modification of system items
modify.remove.duplicate=1
tip.enabled=true
}
import 'imports/theme.nss'
import 'imports/images.nss'
import 'imports/modify.nss'
// modify items
remove (find = '"Add to Favorites"')
remove (find = '"Edit with Photos"')
remove (find = '"Edit with Paint"')
remove (find = '"Scan with Microsoft Defender"')
remove (find = '"Open with Visual Studio"')
remove (find = '"Open Alacritty here"')
remove (find = '"Create with Designer"')
remove (find = '"Resize with Image Resizer"')
remove (find = '*VLC*')
remove (find = '*Vim*')
menu(mode="multiple" title="Pin/Unpin" image=icon.pin)
{
}
menu(mode="multiple" title=title.more_options image=icon.more_options)
{
}
import 'imports/terminal.nss'
import 'imports/file-manage.nss'
import 'imports/develop.nss'
import 'imports/goto.nss'
import 'imports/taskbar.nss'