ユーザ用ツール

サイト用ツール


サイドバー

最新の10件
一覧
linux:wm:openbox

マウスカーソルテーマ変更

~/.Xdefaults を編集

Xcursor.theme: redglass

テーマは /etc/X11/cursors/*.theme から

$ ls /etc/X11/cursors/*.theme
/etc/X11/cursors/core.theme           /etc/X11/cursors/oxy-emerald.theme          /etc/X11/cursors/oxy-obsidian-hc.theme    /etc/X11/cursors/oxy-red.theme          /etc/X11/cursors/oxy-wonton.theme
/etc/X11/cursors/handhelds.theme      /etc/X11/cursors/oxy-green.theme            /etc/X11/cursors/oxy-obsidian.theme       /etc/X11/cursors/oxy-sea_blue.theme     /etc/X11/cursors/oxy-yellow.theme
/etc/X11/cursors/oxy-black.theme      /etc/X11/cursors/oxy-grey.theme             /etc/X11/cursors/oxy-olympus-inv.theme    /etc/X11/cursors/oxy-steel.theme        /etc/X11/cursors/oxy-zion.theme
/etc/X11/cursors/oxy-blue.theme       /etc/X11/cursors/oxy-honeycomb.theme        /etc/X11/cursors/oxy-olympus.theme        /etc/X11/cursors/oxy-terra.theme        /etc/X11/cursors/redglass.theme
/etc/X11/cursors/oxy-bluecurve.theme  /etc/X11/cursors/oxy-hot_orange.theme       /etc/X11/cursors/oxy-orchid.theme         /etc/X11/cursors/oxy-terra_green.theme  /etc/X11/cursors/whiteglass.theme
/etc/X11/cursors/oxy-brown.theme      /etc/X11/cursors/oxy-lilac.theme            /etc/X11/cursors/oxy-oxygen.theme         /etc/X11/cursors/oxy-violet.theme
/etc/X11/cursors/oxy-cherry.theme     /etc/X11/cursors/oxy-midnight_meadow.theme  /etc/X11/cursors/oxy-peach.theme          /etc/X11/cursors/oxy-viorange.theme
/etc/X11/cursors/oxy-chrome.theme     /etc/X11/cursors/oxy-navy.theme             /etc/X11/cursors/oxy-purple.theme         /etc/X11/cursors/oxy-white.theme
/etc/X11/cursors/oxy-desert.theme     /etc/X11/cursors/oxy-norway.theme           /etc/X11/cursors/oxy-red-argentina.theme  /etc/X11/cursors/oxy-whitewater.theme

マウスカーソルサイズ変更

~/.Xdefaults を編集

Xcursor.size: 48

X起動時にOpenbox session起動とiBus Mozc設定

~/.xinitrc

export GTK_IM_MODULE=ibus
export QT_IM_MODULE=xim
export XMODIFIERS=@im=ibus
ibus-daemon -d -x

openbox-session

wmdrawer

$ grep -v ^# ~/.wmdrawerrc | uniq
[general]

direction       2

icons_expand    1

[images_paths]
/usr/share/pixmaps
/usr/local/share/pixmaps/

[column]
(ML TTERM)      (/usr/share/pixmaps/mlterm-icon-24colors-1.xpm) (mlterm)
(Chromium)      (/usr/share/icons/hicolor/64x64/apps/chromium-browser.png)      (chromium-browser)
(Firefox)       (/usr/share/icons/hicolor/64x64/apps/firefox-esr.png)   (firefox)

[column]
(sakura)        (/usr/share/pixmaps/terminal-tango.svg) (sakura)
(Xcalc)         (gnome-calc3.png)       (xcalc)
(gVim)          (/usr/share/icons/hicolor/scalable/apps/gvim.svg)               (gvim)

Openbox起動後の自動起動アプリ

~/.config/openbox/autostart.sh

wmdrawer &
wmdocker &
wmsystemtray &
wmbubble &
wmwave &
pclock &

コメント

コメントを入力. Wiki文法が有効です:
   __  ___ ______  ____  ______   ____
  /  |/  //_  __/ / __ \/_  __/  / __/
 / /|_/ /  / /   / /_/ / / /    _\ \  
/_/  /_/  /_/    \___\_\/_/    /___/
 
linux/wm/openbox.txt · 最終更新: 2021/04/15 03:33 by matoken