my dotz
0

Configure Feed

Select the types of activity you want to include in your feed.

correct email, add light stuff for lappy

+12 -6
+3 -1
.config/git/config
··· 26 26 format = * %s [%an] 27 27 [user] 28 28 name = j3s 29 - email = j3s@cyberia.club 29 + email = j3s@c3f.net 30 30 [sendemail] 31 31 smtpserver = mail.c3f.net 32 32 smtpuser = j3s 33 + smtppass = !"pass c3f" 33 34 smtpencryption = tls 34 35 smtpserverport = 587 36 + annotate = yes 35 37 [includeIf "gitdir:~/git/"] 36 38 path = ~/.config/git/config-work 37 39 [includeIf "gitdir:~/howdocs/"]
+9 -5
.config/sway/config
··· 59 59 xkb_layout us 60 60 xkb_options ctrl:nocaps 61 61 } 62 + 63 + input "1:1:AT_Translated_Set_2_keyboard" { 64 + xkb_layout us 65 + xkb_options ctrl:nocaps 66 + } 62 67 # 63 68 # You can get the names of your inputs by running: swaymsg -t get_inputs 64 69 # Read `man 5 sway-input` for more information about this section. ··· 69 74 # 70 75 # firstly, enable floating for da float class 71 76 for_window [class="floatme"] floating enable 77 + 78 + # brightness 79 + bindsym $mod+Up exec light -A 10 80 + bindsym $mod+Down exec light -U 10 72 81 73 82 # Start a terminal 74 83 bindsym $mod+Return exec $term ··· 100 109 bindsym $mod+$down focus down 101 110 bindsym $mod+$up focus up 102 111 bindsym $mod+$right focus right 103 - # Or use $mod+[up|down|left|right] 104 - bindsym $mod+Left focus left 105 - bindsym $mod+Down focus down 106 - bindsym $mod+Up focus up 107 - bindsym $mod+Right focus right 108 112 109 113 # Move the focused window with the same, but add Shift 110 114 bindsym $mod+Shift+$left move left