My configurations for the software I use
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

river: remove nautilus tag

This was kinda weird to use and now that I have a tag to hide windows,
this just isn't needed anymore

yemou 4f0f1939 e7a01597

+3 -6
+3 -6
config/river/init.roc
··· 27 27 Games -> tag_to_rtag 11 28 28 Hide -> tag_to_rtag 12 29 29 KeePassXC -> tag_to_rtag 13 30 - Nautilus -> tag_to_rtag 14 31 - Signal -> tag_to_rtag 15 32 - Steam -> tag_to_rtag 16 33 - Thunderbird -> tag_to_rtag 17 30 + Signal -> tag_to_rtag 14 31 + Steam -> tag_to_rtag 15 32 + Thunderbird -> tag_to_rtag 16 34 33 All -> Num.to_str ((Num.shift_left_by 1 32) - 1) 35 34 36 35 autostart = [ ··· 64 63 { id: "discord", title: "", action: "output", args: ["AOC 2460G4 0x0000075E"] }, 65 64 { id: "discord", title: "", action: "tags", args: [named_tag_to_rtag Discord] }, 66 65 { id: "org.gnome.Nautilus", title: "", action: "float", args: [] }, 67 - { id: "org.gnome.Nautilus", title: "", action: "tags", args: [named_tag_to_rtag Nautilus] }, 68 66 { id: "org.keepassxc.KeePassXC", title: "", action: "csd", args: [] }, 69 67 { id: "org.keepassxc.KeePassXC", title: "", action: "float", args: [] }, 70 68 { id: "org.keepassxc.KeePassXC", title: "KeyChain.kdbx [Locked] - KeePassXC", action: "output", args: ["LG Electronics LG HDR WFHD 0x0000B11B"] }, ··· 242 240 |> List.concat (special_tag_binds Discord "D") 243 241 |> List.concat (special_tag_binds Games "G") 244 242 |> List.concat (special_tag_binds KeePassXC "K") 245 - |> List.concat (special_tag_binds Nautilus "N") 246 243 |> List.concat (special_tag_binds Signal "M") 247 244 |> List.concat (special_tag_binds Steam "S") 248 245 |> List.concat (special_tag_binds Thunderbird "T")