From 310c76b161e680a698995d61b2a741a05b384fbe Mon Sep 17 00:00:00 2001 From: ensa Date: Sat, 30 May 2020 02:01:43 -0700 Subject: new functionality, themes, man page bin/ bar.sh: pipes spoon into dzen2 lh: added gemini/gopher handling with bombadillo shortened (no loss of functionality) opener: shortened (no loss of functionality) config/ X11/xprofile: added bar.sh aliasrc: just read it color/colors.sh: color environment variables, like wal's cwmrc: font specified as otb swapped oxbar with bar.sh ksh/ completions.ksh: added completions for shortcut functions diraliases: redone with self-references, more complete functions/ pcl: copies password for $1 to selection uses clip if two arguments pct: copies totp for $1 to selection uses clip if two arguments pkg_complete: uses cache diralias kshrc: added functions command fixed ensuring existence of HISTFILE's dir nvim/init.vim: deleted, no longer used vis/ themes/causalagency.lua: good colorscheme for vis themes/fake256.lua: scrapped visrc.lua: removed change-256color disable added cul nu ai youtube-dl/ config, config-music: fixed output dir zathura/zathurarc: specified cozette otb data/ applications/text.desktop now uses xterm and vis man/man7/user-hier.7 based off hier(7), describes structure of .. home directory --- data/applications/text.desktop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/applications') diff --git a/data/applications/text.desktop b/data/applications/text.desktop index 44afc9a..39b1e3e 100644 --- a/data/applications/text.desktop +++ b/data/applications/text.desktop @@ -1,4 +1,4 @@ [Desktop Entry] Type=Application Name=Text editor -Exec=/usr/bin/env st -e nvim %u +Exec=/usr/bin/env xterm -e vis %u -- cgit 1.4.1-2-gfad0 lect name='qt'>
path: root/Makefile
blob: 5de061ffa31cca22f96292948e7f4d5e2335d7b0 (plain) (blame)
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97