openboxをカスタマイズする
xinput --set-prop 'USB Optical Mouse Mouse' 'libinput Natural Scrolling Enabled' 1setxkbmap -model jp106 -layout jp,us &nitrogen --restore &fcitx &dbus-launch dropbox start &onedrive --syncronize &amixer sset Master 0%
メニュー Bluetoothの調子がおかしいNevermind, I figured it out. I just created a new file /etc/polkit-1/rules.d/90-blueman.rules with the content over here: https://github.com/blueman-project/blueman/wiki/PolicyKit
/* Allow users in wheel group to use blueman feature requiring root without authentication */ polkit.addRule(function(action, subject) < if ((action.id == "org.blueman.network.setup" || action.id == "org.blueman.dhcp.client" || action.id == "org.blueman.rfkill.setstate" || action.id == "org.blueman.pppd.pppconnect") && subject.isInGroup("wheel")) < return polkit.Result.YES; >>); なぜかQtアプリケーションのフォントがおかしいIf your preferred theme has inconsistent rendering after configuring Qt to use GTK+2, install gtk-theme-switch2 and choose a theme.
Qtの設定の後にGTK+2を使うのに,選択したテーマのレンダリングが一貫していないときは,gtk-theme-switch2をインストールして,テーマを選んでください。