mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
Switch default browser to Chromium
This commit is contained in:
parent
ce9f607051
commit
96a00e61d1
@ -63,7 +63,7 @@ sw-opti = false; # Limit compton to repaint at most once every 1 / refresh_ra
|
||||
# Incompatible with certain VSync methods.
|
||||
unredir-if-possible = false; # Unredirect all windows if a full-screen opaque window is
|
||||
# detected, to maximize performance for full-screen windows.
|
||||
focus-exclude = [ "i:ai:google-chrome" ]; # A list of conditions of windows that should always be considered focused.
|
||||
focus-exclude = [ "i:ai:chromium" ]; # A list of conditions of windows that should always be considered focused.
|
||||
detect-transient = true; # Use WM_TRANSIENT_FOR to group windows, and consider windows in
|
||||
# the same group focused at the same time.
|
||||
detect-client-leader = true; # Use WM_CLIENT_LEADER to group windows.
|
||||
|
@ -141,10 +141,10 @@
|
||||
dmenu = /usr/bin/dmenu -p dunst:
|
||||
|
||||
# Browser for opening urls in context menu.
|
||||
browser = /usr/bin/google-chrome-stable
|
||||
browser = /usr/bin/chromium
|
||||
|
||||
# Align icons left/right/off
|
||||
icon_position = off
|
||||
icon_position = left
|
||||
|
||||
# Paths to default icons.
|
||||
icon_folders = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/
|
||||
|
@ -146,7 +146,7 @@ focus_follows_mouse yes
|
||||
# keybindings
|
||||
bindsym $mod+Shift+j reload
|
||||
bindsym $mod+Shift+p restart
|
||||
bindsym $mod+c exec google-chrome-stable
|
||||
bindsym $mod+c exec chromium
|
||||
bindsym $mod+v exec "i3-sensible-terminal -e \\"$SHELL -c vim;$SHELL\\"
|
||||
bindsym Mod1+Tab exec ~/.config/i3/alt-tab.sh
|
||||
bindsym $mod+Return exec i3-sensible-terminal
|
||||
@ -181,9 +181,9 @@ exec --no-startup-id blueman-applet
|
||||
exec --no-startup-id redshift
|
||||
exec --no-startup-id xbindkeys
|
||||
exec --no-startup-id compton -b --config ~/.config/compton.conf
|
||||
exec --no-startup-id google-chrome-stable --no-startup-window
|
||||
exec --no-startup-id chromium --no-startup-window
|
||||
|
||||
exec i3-msg 'workspace 2; exec i3-sensible-terminal'
|
||||
exec i3-msg 'workspace 3; exec sleep 2 && google-chrome-stable'
|
||||
exec i3-msg 'workspace 3; exec sleep 2 && chromium'
|
||||
|
||||
# vim:ft=i3
|
||||
|
2
.profile
2
.profile
@ -10,7 +10,7 @@ export EDITOR="vim"
|
||||
export VISUAL="vim"
|
||||
export PAGER="less -R"
|
||||
export TERMINAL="termite"
|
||||
export BROWSER="google-chrome-stable"
|
||||
export BROWSER="chromium"
|
||||
export _JAVA_OPTIONS="-Dawt.useSystemAAFontSettings=on -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel"
|
||||
export QT_STYLE_OVERRIDE=GTK+
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user