Replaced google-chrome with firefox
This commit is contained in:
parent
dc8de3b8b7
commit
717c924c49
1 changed files with 3 additions and 2 deletions
|
@ -25,6 +25,7 @@ bindsym Control+q kill
|
||||||
|
|
||||||
# start dmenu (a program launcher)
|
# start dmenu (a program launcher)
|
||||||
bindsym $mod+d exec dmenu_run -fn 'Droid Sans Mono-8'
|
bindsym $mod+d exec dmenu_run -fn 'Droid Sans Mono-8'
|
||||||
|
bindsym Mod1+space exec dmenu_run -fn 'Droid Sans Mono-8'
|
||||||
# There also is the (new) i3-dmenu-desktop which only displays applications
|
# There also is the (new) i3-dmenu-desktop which only displays applications
|
||||||
# shipping a .desktop file. It is a wrapper around dmenu, so you need that
|
# shipping a .desktop file. It is a wrapper around dmenu, so you need that
|
||||||
# installed.
|
# installed.
|
||||||
|
@ -177,7 +178,7 @@ exec --no-startup-id i3-msg 'exec nextcloud &'
|
||||||
exec --no-startup-id i3-msg 'exec ssh-add &'
|
exec --no-startup-id i3-msg 'exec ssh-add &'
|
||||||
|
|
||||||
# Launch app on start session
|
# Launch app on start session
|
||||||
exec --no-startup-id i3-msg 'exec /usr/bin/google-chrome'
|
exec --no-startup-id i3-msg 'exec /usr/bin/firefox'
|
||||||
exec --no-startup-id i3-msg 'exec /usr/bin/lilyterm'
|
exec --no-startup-id i3-msg 'exec /usr/bin/lilyterm'
|
||||||
exec --no-startup-id i3-msg 'exec /usr/bin/thunderbird'
|
exec --no-startup-id i3-msg 'exec /usr/bin/thunderbird'
|
||||||
exec --no-startup-id i3-msg 'exec /usr/bin/spotify'
|
exec --no-startup-id i3-msg 'exec /usr/bin/spotify'
|
||||||
|
@ -220,6 +221,6 @@ client.urgent #2f343a #900000 #ffffff #900000
|
||||||
for_window [class="Spotify"] border none, move container to workspace 3
|
for_window [class="Spotify"] border none, move container to workspace 3
|
||||||
for_window [class="Clementine"] border none, move container to workspace 3
|
for_window [class="Clementine"] border none, move container to workspace 3
|
||||||
for_window [class="Thunderbird"] border none, move container to workspace 2
|
for_window [class="Thunderbird"] border none, move container to workspace 2
|
||||||
for_window [class="Google-Chrome"], move container to workspace 1
|
for_window [class="Firefox"], move container to workspace 1
|
||||||
|
|
||||||
for_window [class="Ristretto"] fullscreen enable
|
for_window [class="Ristretto"] fullscreen enable
|
||||||
|
|
Loading…
Reference in a new issue