「誤家庭における小規模ネットワーク構築/デスクトップ環境」の版間の差分

提供: Medeshima wiki
ナビゲーションに移動 検索に移動
 
(同じ利用者による、間の32版が非表示)
4行目: 4行目:
! 項目 !! 設定
! 項目 !! 設定
|-
|-
| ディスプレイマネージャ || lightdm
| ディスプレイマネージャ || LightDM
|-
|-
| Wayland compositor || labwc
| Wayland compositor || Labwc
|-
| Input Method || Fcitx5(SKK)
|}
|}


= labwc =
= Labwc =


== 設定例 ==
== 設定例 ==


* /usr/share/doc/labwc
* /usr/share/doc/labwc/


== 設定 ==
== 設定 ==


* ~/.config/labwc/
* ~/.config/labwc/

=== autostart ===

<pre>
wlr-randr \
--output HDMI-A-1 --off \
--output HDMI-A-2 --transform 90 --pos 0,0 \
--output HDMI-A-4 --pos 1080,0

swaybg -c '#113344' >/dev/null 2>&1 &

swayidle -w \
timeout 300 'swaylock -f -c 000000' \
timeout 600 'wlopm --off \*' \
resume 'wlopm --on \*' \
before-sleep 'swaylock -f -c 000000' >/dev/null 2>&1 &

waybar >/dev/null 2>&1 &

kanshi >/dev/null 2>&1 &
mako >/dev/null 2>&1 &

fcitx5 &
gammastep &
</pre>


=== environment ===
=== environment ===
23行目: 50行目:
<pre>
<pre>
XKB_DEFAULT_LAYOUT=jp
XKB_DEFAULT_LAYOUT=jp
XKB_DEFAULT_OPTIONS=ctrl:swapcaps

XMODIFIERS=@im=fcitx
GTK_IM_MODULE=fcitx
QT_IM_MODULE=fcitx
</pre>
</pre>


30行目: 62行目:
<action name="ShowMenu" menu="root-menu" />
<action name="ShowMenu" menu="root-menu" />
</pre>
</pre>

=== PATH ===

= Waybar =

== 設定例 ==

* /etc/xdg/waybar/

== 設定 ==

* ~/.config/waybar/

= Fcitx5(SKK) =

<syntaxhighlight lang="bash">
$ fcitx5-configtool
</syntaxhighlight>

= font =

fonts-takao

= mew =

2026年9月8日 (火) 13:18時点における最新版

概要

項目 設定
ディスプレイマネージャ LightDM
Wayland compositor Labwc
Input Method Fcitx5(SKK)

Labwc

設定例

  • /usr/share/doc/labwc/

設定

  • ~/.config/labwc/

autostart

wlr-randr \
        --output HDMI-A-1 --off \
        --output HDMI-A-2 --transform 90 --pos 0,0 \
        --output HDMI-A-4 --pos 1080,0

swaybg -c '#113344' >/dev/null 2>&1 &

swayidle -w \
        timeout 300 'swaylock -f -c 000000' \
        timeout 600 'wlopm --off \*' \
        resume 'wlopm --on \*' \
        before-sleep 'swaylock -f -c 000000' >/dev/null 2>&1 &

waybar >/dev/null 2>&1 &

kanshi >/dev/null 2>&1 &
mako >/dev/null 2>&1 &

fcitx5 &
gammastep &

environment

XKB_DEFAULT_LAYOUT=jp
XKB_DEFAULT_OPTIONS=ctrl:swapcaps

XMODIFIERS=@im=fcitx
GTK_IM_MODULE=fcitx
QT_IM_MODULE=fcitx

rc.xml

<action name="ShowMenu" menu="root-menu" />

PATH

Waybar

設定例

  • /etc/xdg/waybar/

設定

  • ~/.config/waybar/

Fcitx5(SKK)

$ fcitx5-configtool

font

fonts-takao

mew