tips:linux:arch:gui:desktop:xfce:i3wm:custom

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
tips:linux:arch:gui:desktop:xfce:i3wm:custom [2026/05/23 17:40] – [クリップボード管理する] asaasatips:linux:arch:gui:desktop:xfce:i3wm:custom [2026/05/23 17:50] (現在) – [壁紙を設定する] asaasa
行 25: 行 25:
 exec --no-startup-id xfce4-clipman exec --no-startup-id xfce4-clipman
 </code> </code>
 +
 +===== 壁紙を設定する =====
 +<code bash>
 +user$ sudo pacman -S archlinux-wallpaper feh
 +</code>
 +
 +これで壁紙などをいれ...
 +
 +<code bash>
 +user$ feh /usr/share/backgrounds/archlinux/
 +File - Background - なにか(scaled が推奨) で壁紙設定
 +</code>
 +
 +そうすると、~/.fehbg というファイルができる。これを実行できれば固定した壁紙にできるはず。 exec 行羅列の末端にfehbgの行を追加する。
 +
 +<code>
 +# ~/.config/i3/config の下部をどこかに追記
 + :
 +exec --no-startup-id nm-applet
 +
 +#ここのあたりを追記 
 +#Wallpaper (ランダムで壁紙書き換え、$mod+B 押下で随時リロード)
 +exec --no-startup-id ~/.fehbg
 +bindsym $mod+b exec --no-startup-id ~/.fehbg
 +
 +# Use pactl to adjust volume in PulseAudio.
 +set $refresh_i3status killall -SIGUSR1 i3status
 + :
 +</code>
 +
 +壁紙ランダマイズ。
 +<code bash>
 +user$ nano ~/.fehbg
 +(下記行をランダムに)
 +feh --no-fehbg --bg-scale --randomize /usr/share/backgrounds/archlinux/*
 +</code>
 +
 +
  • tips/linux/arch/gui/desktop/xfce/i3wm/custom.1779525601.txt.gz
  • 最終更新: 2026/05/23 17:40
  • by asaasa