Skip to content

Commit

Permalink
Merge pull request #458 from englut/main
Browse files Browse the repository at this point in the history
Add wezterm flatpak and various installs of Zen browser
  • Loading branch information
RedBearAK authored Dec 6, 2024
2 parents c8722aa + faafb3b commit dfd30c0
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion default-toshy-config/toshy_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,8 @@ def create_list_of_dicts(lst: List[str]):
"org.kde.konsole",
"org.kde.yakuake",
"org.wezfurlong.wezterm",
"wezterm",
"wezterm-gui",
"roxterm",
"qterminal",
"st",
Expand Down Expand Up @@ -590,6 +592,11 @@ def create_list_of_dicts(lst: List[str]):
"Navigator",
"org.mozilla.firefox",
"Waterfox",
"zen-browser",
"zen",
"zen-bin",
"zen-alpha",
"zen-twilight",
]
browsers_firefox = [x.casefold() for x in browsers_firefox]
browsers_firefoxStr = "|".join('^'+x+'$' for x in browsers_firefox)
Expand Down Expand Up @@ -3569,7 +3576,7 @@ def getDK():
# Keybindings overrides for GNOME XDG "Save As" and "Open File" dialogs
file_open_save_dialogs = [
{
clas: "^xdg-desktop-portal-gnome$|^Firefox.*$|^LibreWolf$|^Waterfox$",
clas: "^xdg-desktop-portal-gnome$|^Firefox.*$|^LibreWolf$|^Waterfox$|^zen.*$",
name: "^Open File$|^Save As$"
},
]
Expand Down

0 comments on commit dfd30c0

Please sign in to comment.