ソースを参照

Reload .Xdefaults when restarting i3

I'm giving up trying to make X load this file properly on boot.
Alois Mahdal 5 年 前
コミット
cac4c94ffa
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      dotfiles/i3/config

+ 1
- 1
dotfiles/i3/config ファイルの表示

@@ -156,7 +156,7 @@ bindsym $mod+Shift+Page_Down move container to workspace next_on_output
156 156
 bindsym $mod+Shift+Tab move scratchpad
157 157
 bindsym $mod+Tab scratchpad show
158 158
 
159
-bindsym $mod+Shift+r restart
159
+bindsym $mod+Shift+r exec "xrdb .Xdefaults; i3-msg restart"
160 160
 
161 161
 #                       BORDER          BACKGROUND      TEXT            INDICATOR
162 162
 client.focused          $col_c_focd_bor $col_c_focd_bgn $col_c_focd_txt $col_c_focd_ind