Browse Source

Reload .Xdefaults when restarting i3

I'm giving up trying to make X load this file properly on boot.
Alois Mahdal 5 years ago
parent
commit
cac4c94ffa
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      dotfiles/i3/config

+ 1
- 1
dotfiles/i3/config View File

156
 bindsym $mod+Shift+Tab move scratchpad
156
 bindsym $mod+Shift+Tab move scratchpad
157
 bindsym $mod+Tab scratchpad show
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
 #                       BORDER          BACKGROUND      TEXT            INDICATOR
161
 #                       BORDER          BACKGROUND      TEXT            INDICATOR
162
 client.focused          $col_c_focd_bor $col_c_focd_bgn $col_c_focd_txt $col_c_focd_ind
162
 client.focused          $col_c_focd_bor $col_c_focd_bgn $col_c_focd_txt $col_c_focd_ind