Skip to content

Commit

Permalink
change scratpad Pavucontrol name
Browse files Browse the repository at this point in the history
  • Loading branch information
WeissP committed Aug 4, 2024
1 parent 78aef0a commit 0d1c8e0
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 @@ -30,7 +30,7 @@ timeNSP =
"emacs --file /home/weiss/Documents/notes/misc/notes/20240428T091509--time-tracking.org --title '[Scratchpad] time-tracking'"
(title =? "[Scratchpad] time-tracking")
floatTimeTracking
pavuNSP = NS "pavu" "pavucontrol" (className =? "Pavucontrol") niceFloating
pavuNSP = NS "pavu" "pavucontrol" (className =? "pavucontrol") niceFloating

myScratchPads :: [NamedScratchpad]
myScratchPads = [termNSP, timeNSP, pavuNSP]
Expand Down

0 comments on commit 0d1c8e0

Please sign in to comment.