Skip to content

Commit

Permalink
change scratpad orders
Browse files Browse the repository at this point in the history
  • Loading branch information
WeissP committed Oct 22, 2024
1 parent b81788c commit 1b79e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WeissScratchpad.hs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ scratchNSP =
pavuNSP = NS "pavu" "pavucontrol" (className =? "pavucontrol") niceFloating

myScratchPads :: [NamedScratchpad]
myScratchPads = [termNSP, timeNSP, pavuNSP, scratchNSP]
myScratchPads = [termNSP, scratchNSP, pavuNSP, timeNSP]

myScratchpadNames :: [String]
myScratchpadNames = name <$> myScratchPads
Expand Down

0 comments on commit 1b79e3b

Please sign in to comment.