Skip to content

Commit

Permalink
fx: account for 4th monitor (above)
Browse files Browse the repository at this point in the history
  • Loading branch information
trapd00r committed Apr 6, 2023
1 parent ed75fe3 commit 62ea418
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fx
Expand Up @@ -26,6 +26,7 @@ my %monitors = (
'DP-0' => 'left',
'DP-2' => 'middle',
'HDMI-0' => 'right',
'DP-5' => 'above',
);

for my $screen(@screens) {
Expand All @@ -44,5 +45,5 @@ for my $screen(@screens) {

run(
command => "firefox -P $firefox_profile @ARGV",
verbose => 0,
verbose => 3,
);

0 comments on commit 62ea418

Please sign in to comment.