diff --git a/fx b/fx index 3fc6ede..c0b1e2b 100755 --- a/fx +++ b/fx @@ -37,12 +37,12 @@ for my $screen(@screens) { if($active_status) { print "using fx profile $monitors{$monitor}\n"; # use the default profile for the middle monitor - $firefox_profile = $monitors{$monitor} eq 'middle' ? 'default' : $monitors{$monitor}; + $firefox_profile = $monitors{$monitor} eq 'middle' ? 'default-release' : $monitors{$monitor}; last; } } run( - command => "firefox -P $firefox_profile", + command => "firefox -P $firefox_profile @ARGV", verbose => 0, );