From ebae3707b36e9a83014ef08271d75bd9826bb999 Mon Sep 17 00:00:00 2001 From: ensa Date: Thu, 16 Sep 2021 17:37:41 -0700 Subject: organization and replacements, fixes bin/ bother, mbsync-cron, rsschk: notify-send switched to notif catgirl-open.sh: simplified comm-sel: removed cordless kbsetup: sets up keyboard stuff lh: cleanup added mov and wav support audio files now create a terminal mpv notif: sends notification to xnotify config/ X11/ xprofile: replaced keyboard lines with kbsetup replaced dunst with xnotify/tiramisu added a line for cleaning up catgirl-open.sh xresources: xnotify resources betteresc: xmodmap file for easy-to-access hyper key color/colors.sh: cleaned up dunst/dunstrc: removed lf/lfrc: fixed prompt replaced notify-send with notif shrc: moved MEDNAFEN_HOME to $HOME_EXT vis/visrc.lua: add ctags, fix hyper|esc issue --- config/ncmpcpp/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/ncmpcpp') diff --git a/config/ncmpcpp/config b/config/ncmpcpp/config index c19ea83..de62252 100644 --- a/config/ncmpcpp/config +++ b/config/ncmpcpp/config @@ -258,7 +258,7 @@ current_item_inactive_column_suffix = $/r$(end) ## Note: Custom command that will be executed each time song changes. Useful for ## notifications etc. ## -execute_on_song_change = "notify-send --expire-time=3500 "MPD: Now Playing" "$(mpc current)"" +execute_on_song_change = "notif -t mpd -s 3 "MPD: Now Playing" "$(mpc current)"" # ## ## Note: Custom command that will be executed each time player state -- cgit 1.4.1-2-gfad0 v1.9.0&id=864e372ce78c6e2c027bf525ea9eae1dfd0ddb0a'>diff stats
path: root/HACKING.md
blob: 0b14e38d9c70cceda8afd4e7a3a87dc63611f688 (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