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

差分

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

この比較画面へのリンク

次のリビジョン
前のリビジョン
tips:linux:arch:gui:desktop:xfce:i3wm:custom [2026/05/23 17:33] – 作成 asaasatips:linux:arch:gui:desktop:xfce:i3wm:custom [2026/05/23 17:50] (現在) – [壁紙を設定する] asaasa
行 1: 行 1:
-====== i3wm on Arch Linux ====== +====== i3wm on Arch Linux / More custom...====== 
-===== More custom... =====+ 
 +===== 端末を差し替える ===== 
 + 
 +<code> 
 +# ~/.config/i3/config の下部をコメントアウトして変更 
 +# bindsym $mod+Return exec i3-sensible-terminal 
 +bindsym $mod+Return exec alacritty 
 +</code> 
 + 
 + 
 +===== スクリーンショットに対応する ===== 
 + 
 +<code> 
 +# ~/.config/i3/config の下部をどこかに追記 
 +#screenshot 
 +bindsym $mod+Shift+S exec --no-startup-id xfce4-screenshooter 
 +</code> 
 + 
 +===== クリップボード管理する ===== 
 + 
 +<code> 
 +# ~/.config/i3/config の下部をどこかに追記 
 +# clipman-applet 
 +exec --no-startup-id xfce4-clipman 
 +</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.1779525206.txt.gz
  • 最終更新: 2026/05/23 17:33
  • by asaasa