Skip to content

Commit

Permalink
change default browser to vivaldi
Browse files Browse the repository at this point in the history
  • Loading branch information
aarondill committed Aug 10, 2023
1 parent 239c5ba commit a2005db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configuration/apps.lua
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ local default = {
rofi_window = rofi_command("window"),
lock = { "sh", "-c", "pgrep -x xss-lock && exec loginctl lock-session || exec lock" }, -- Run loginctl if xss-lock is running, otherwise just lock
region_screenshot = { "flameshot", "gui", "-p", os.getenv("HOME") .. "/Pictures/Screenshots/", "-c" },
browser = { "google-chrome-stable" },
browser = { "vivaldi" },
editor = { terminal, "-e", "nvim" }, -- gui text editor
-- social = "discord",
-- game = "steam",
Expand Down

0 comments on commit a2005db

Please sign in to comment.