Skip to content

Commit

Permalink
Switch to Google Chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
alexherbo2 committed Oct 29, 2021
1 parent 907811a commit a6dafcb
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions config/mimeapps.list
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[Default Applications]

# Chromium
# https://chromium.org
x-scheme-handler/http=chromium-browser.desktop
x-scheme-handler/https=chromium-browser.desktop
# Google Chrome
# https://google.com/chrome/
x-scheme-handler/http=google-chrome.desktop
x-scheme-handler/https=google-chrome.desktop

# kakoune.cr
# https://github.com/alexherbo2/kakoune.cr
Expand Down
2 changes: 1 addition & 1 deletion config/sway/config
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ bindsym --to-code {
Mod4+F7 exec find -L documents | dmenu | xargs zathura --

# Password manager
Mod4+p exec chromium https://passwords.google.com
Mod4+p exec google-chrome-stable https://passwords.google.com

# Screenshots
Print exec sway-grim $(date '+%F_%T').webp
Expand Down
2 changes: 1 addition & 1 deletion config/sway/status.cr
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ spawn do
when { "file-manager", 1 }
Process.run("swaymsg", { "exec", "dolphin" })
when { "web-browser", 1 }
Process.run("swaymsg", { "exec", "chromium" })
Process.run("swaymsg", { "exec", "google-chrome-stable" })
when { "volume", 1 }
Process.run("amixer", { "set", "Master", "toggle" })
when { "volume", 4 }
Expand Down
2 changes: 1 addition & 1 deletion config/wayfire.ini
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ command_mpv = wl-paste | mpv -playlist -

# Password manager
binding_password = <super> KEY_P
command_password = chromium https://passwords.google.com
command_password = google-chrome-stable https://passwords.google.com

# Screen locker
# https://github.com/swaywm/swaylock
Expand Down
4 changes: 2 additions & 2 deletions etc/nixos/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -265,10 +265,10 @@

# Web browsers ┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈

chromium # https://chromium.org
google-chrome # https://google.com/chrome/

# For testing
google-chrome # https://google.com/chrome/
chromium # https://chromium.org
firefox # https://mozilla.org/firefox/
opera # https://opera.com
vivaldi # https://vivaldi.com
Expand Down
2 changes: 1 addition & 1 deletion home/bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ alias rl='batch --map '"'"'relink "$1" "$2"'"'"''
alias o=dolphin

# Web browser
alias b=chromium
alias b=google-chrome-stable

# mpv
# https://mpv.io
Expand Down

0 comments on commit a6dafcb

Please sign in to comment.