my dotz
0

Configure Feed

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

Add git aliases, strip date, use true mm keys

+6 -4
+2
.config/git/config
··· 3 3 d = diff 4 4 p = pull --prune 5 5 ds = diff --staged 6 + d1 = diff HEAD~1 HEAD 7 + d2 = diff HEAD~2 HEAD 6 8 co = checkout 7 9 br = branch 8 10 amend = commit --amend -m
+4 -4
.config/sway/config
··· 75 75 # firstly, enable floating for da float class 76 76 for_window [class="floatme"] floating enable 77 77 78 - # brightness 79 - bindsym $mod+Up exec light -A 10 80 - bindsym $mod+Down exec light -U 10 78 + # multimedia 79 + bindsym --locked XF86MonBrightnessUp exec --no-startup-id light -A 10 80 + bindsym --locked XF86MonBrightnessDown exec --no-startup-id light -U 10 81 81 82 82 # Start a terminal 83 83 bindsym $mod+Return exec $term ··· 218 218 219 219 # When the status_command prints a new line to stdout, swaybar updates. 220 220 # The default just shows the current date and time. 221 - status_command while date +'%Y-%m-%d %l:%M:%S %p'; do sleep 1; done 221 + status_command while date +'%Y-%m-%d%l:%M %p'; do sleep 1; done 222 222 223 223 colors { 224 224 statusline #ffffff