Skip to content

Instantly share code, notes, and snippets.

@nekolinuxblog
Created February 18, 2021 10:40
Show Gist options
  • Save nekolinuxblog/b97c0ed72a11822b6cfcdb5432e4046e to your computer and use it in GitHub Desktop.
Save nekolinuxblog/b97c0ed72a11822b6cfcdb5432e4046e to your computer and use it in GitHub Desktop.
dbusへ紐づけを登録
-- main = doの後で、xmonadの前に入るコード
dbus <- D.connectSession
D.requestName dbus (D.busName_ "org.xmonad.Log")
[D.nameAllowReplacement, D.nameReplaceExisting, D.nameDoNotQueue]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment