diff --git a/i3/config b/i3/config index 74b197c..3beb685 100644 --- a/i3/config +++ b/i3/config @@ -25,6 +25,7 @@ bindsym Control+q kill # start dmenu (a program launcher) 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 # shipping a .desktop file. It is a wrapper around dmenu, so you need that # installed. @@ -177,7 +178,7 @@ exec --no-startup-id i3-msg 'exec nextcloud &' exec --no-startup-id i3-msg 'exec ssh-add &' # 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/thunderbird' 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="Clementine"] border none, move container to workspace 3 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