Procházet zdrojové kódy

Update #i3wm borders and msmtp fingerprint

Colin Powell před 5 roky
rodič
revize
7b4241b3b2
2 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. 2 2
      i3/.config/i3/config
  2. 1 1
      mail/.msmtprc

+ 2 - 2
i3/.config/i3/config

@@ -188,8 +188,8 @@ bindsym $mod+c exec compton --config ~/.config/compton/compton.conf
 bindsym $mod+x exec pkill compton
 
 gaps inner 7 gaps outer 7
-for_window [class="^.*"] border pixel 1
-client.focused #4c7899 #285577 #ffffff #2e9ef4 
+for_window [class="^.*"] border pixel 4
+client.focused          #000000 #ff0000 #000000 #ff0000
 
 # Setup Russian layout siwtching with Alt+Shift
 exec --no-startup-id "setxkbmap -model pc105 -layout us,ru,fr -option grp:alt_super_toggle"

+ 1 - 1
mail/.msmtprc

@@ -9,7 +9,7 @@ port           587
 from           colin@onec.me
 user           colin@onec.me
 tls            on
-tls_fingerprint 0C:08:A0:3A:AD:3D:54:B3:41:51:C7:03:D6:CF:10:D0:A2:1D:C4:42:B3:67:CD:78:1A:53:58:79:9C:39:59:A3
+tls_fingerprint 7D:1D:BB:62:79:5D:58:81:3A:00:8D:BB:6E:0A:57:9A:2E:66:B4:3D
 passwordeval   pass personal/colin@onec.me
 #############################