Add more window title (#160)
* `chore` : add more window titles * Update modules/bar/window_title/index.ts * Update modules/bar/window_title/index.ts * `chore` : add more title --------- Co-authored-by: Jas Singh <jaskiratpal.singh@outlook.com>
This commit is contained in:
@@ -28,6 +28,7 @@ const filterTitle = (windowtitle: ActiveClient) => {
|
|||||||
["waterfox", "", "Waterfox"],
|
["waterfox", "", "Waterfox"],
|
||||||
["thorium", "", "Waterfox"],
|
["thorium", "", "Waterfox"],
|
||||||
["tor-browser", "", "Tor Browser"],
|
["tor-browser", "", "Tor Browser"],
|
||||||
|
["floorp", "", "Floorp"],
|
||||||
|
|
||||||
// Terminals
|
// Terminals
|
||||||
["gnome-terminal", "", "GNOME Terminal"],
|
["gnome-terminal", "", "GNOME Terminal"],
|
||||||
@@ -55,6 +56,7 @@ const filterTitle = (windowtitle: ActiveClient) => {
|
|||||||
["docker", "", "Docker"],
|
["docker", "", "Docker"],
|
||||||
["vim", "", "Vim"],
|
["vim", "", "Vim"],
|
||||||
["neovim", "", "Neovim"],
|
["neovim", "", "Neovim"],
|
||||||
|
["neovide", "", "Neovide"],
|
||||||
["emacs", "", "Emacs"],
|
["emacs", "", "Emacs"],
|
||||||
|
|
||||||
// Communication Tools
|
// Communication Tools
|
||||||
@@ -98,6 +100,8 @@ const filterTitle = (windowtitle: ActiveClient) => {
|
|||||||
|
|
||||||
// Office and Productivity
|
// Office and Productivity
|
||||||
["evernote", "", "Evernote"],
|
["evernote", "", "Evernote"],
|
||||||
|
["sioyek", "", "Sioyek"],
|
||||||
|
|
||||||
|
|
||||||
// Cloud Services and Sync
|
// Cloud Services and Sync
|
||||||
["dropbox", "", "Dropbox"],
|
["dropbox", "", "Dropbox"],
|
||||||
|
|||||||
Reference in New Issue
Block a user