Home

dotnix @main - refs - log -
-
https://git.jolheiser.com/dotnix.git
My nix dotfiles
tree log patch
more sherlock cleanup Signed-off-by: jolheiser <git@jolheiser.com>
Signature
-----BEGIN SSH SIGNATURE----- U1NIU0lHAAAAAQAAADMAAAALc3NoLWVkMjU1MTkAAAAgBTEvCQk6VqUAdN2RuH6bj1dNkY oOpbPWj+jw4ua1B1cAAAADZ2l0AAAAAAAAAAZzaGE1MTIAAABTAAAAC3NzaC1lZDI1NTE5 AAAAQBYyu3USEKF0h4wgo3Z0U8f5eNqPLt8f3IqaRwK3zvqdGpmCkAc2q8ztVj5xadtzsG FpvcKZeFRDcKiFoYN+gA4= -----END SSH SIGNATURE-----
jolheiser <git@jolheiser.com>
1 month ago
1 changed files, 1 additions(+), 53 deletions(-)
apps/gui/sherlock.nix
M apps/gui/sherlock.nix -> apps/gui/sherlock.nix
 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
diff --git a/apps/gui/sherlock.nix b/apps/gui/sherlock.nix
index 58c9099b54278dbc60a9adf3c83f6ab2cfb53cbd..d7a010018bb37288c8b075f6965bc5b9260b7be4 100644
--- a/apps/gui/sherlock.nix
+++ b/apps/gui/sherlock.nix
@@ -3,51 +3,10 @@   programs.sherlock = {
     enable = true;
     settings = {
       status_bar.enable = false;
+      default_apps.browser = "firefox --new-tab %u";
     };
     launchers = [
       {
-        actions = [
-          {
-            exit = false;
-            icon = "media-seek-forward";
-            method = "inner.next";
-            name = "Skip";
-          }
-          {
-            exit = false;
-            icon = "media-seek-backward";
-            method = "inner.previous";
-            name = "Previous";
-          }
-        ];
-        args = { };
-        async = true;
-        binds = [
-          {
-            bind = "Return";
-            callback = "playpause";
-            exit = false;
-          }
-          {
-            bind = "l";
-            callback = "next";
-            exit = false;
-          }
-          {
-            bind = "h";
-            callback = "previous";
-            exit = false;
-          }
-        ];
-        exit = true;
-        home = "OnlyHome";
-        name = "Spotify";
-        priority = 1;
-        shortcut = true;
-        spawn_focus = false;
-        type = "audio_sink";
-      }
-      {
         args = {
           capabilities = [
             "calc.math"
@@ -75,17 +34,6 @@         priority = 3;
         shortcut = true;
         spawn_focus = true;
         type = "app_launcher";
-      }
-      {
-        alias = "kill";
-        async = false;
-        exit = true;
-        home = "Search";
-        name = "Kill Process";
-        priority = 0;
-        shortcut = true;
-        spawn_focus = true;
-        type = "process";
       }
       {
         alias = "kagi";