···33 d = diff
44 p = pull --prune
55 ds = diff --staged
66+ d1 = diff HEAD~1 HEAD
77+ d2 = diff HEAD~2 HEAD
68 co = checkout
79 br = branch
810 amend = commit --amend -m
+4-4
.config/sway/config
···7575# firstly, enable floating for da float class
7676 for_window [class="floatme"] floating enable
77777878- # brightness
7979- bindsym $mod+Up exec light -A 10
8080- bindsym $mod+Down exec light -U 10
7878+ # multimedia
7979+ bindsym --locked XF86MonBrightnessUp exec --no-startup-id light -A 10
8080+ bindsym --locked XF86MonBrightnessDown exec --no-startup-id light -U 10
81818282 # Start a terminal
8383 bindsym $mod+Return exec $term
···218218219219 # When the status_command prints a new line to stdout, swaybar updates.
220220 # The default just shows the current date and time.
221221- status_command while date +'%Y-%m-%d %l:%M:%S %p'; do sleep 1; done
221221+ status_command while date +'%Y-%m-%d%l:%M %p'; do sleep 1; done
222222223223 colors {
224224 statusline #ffffff