Update
This commit is contained in:
parent
f0ad174629
commit
0ed9ae1b45
3 changed files with 4 additions and 3 deletions
|
@ -57,6 +57,7 @@ alias ca "cargo"
|
|||
alias mkt "cd (mktemp -d)"
|
||||
alias y "sudo zypper"
|
||||
alias czm "chezmoi"
|
||||
alias r "ranger"
|
||||
# Git Aliases
|
||||
alias g "git"
|
||||
alias gs "g status --short"
|
||||
|
|
|
@ -122,7 +122,7 @@ bindsym $mod+Alt+k resize grow height 10
|
|||
bindsym $mod+d focus mode_toggle
|
||||
|
||||
# Screenshots
|
||||
bindsym Shift+p exec ~/.config/sway/screen.sh -s
|
||||
bindsym $mod+Shift+p exec ~/.config/sway/screen.sh -s
|
||||
bindsym Shift+Alt+p exec ~/.config/sway/screen.sh
|
||||
|
||||
# Volume
|
||||
|
|
|
@ -50,7 +50,7 @@ determine the exact padding."
|
|||
(fg '("#069993" "#bfbfbf" "brightwhite" ))
|
||||
|
||||
(grey base4)
|
||||
(red '("#dc322f" "#ff6655" "red" ))
|
||||
(red '("#ff4136" "#ff4136" "red" ))
|
||||
(orange '("#cb4b16" "#dd8844" "brightred" ))
|
||||
(green '("#859900" "#99bb66" "green" ))
|
||||
(teal '("#35a69c" "#33aa99" "brightgreen" ))
|
||||
|
@ -169,7 +169,7 @@ determine the exact padding."
|
|||
|
||||
;; markdown-mode
|
||||
(markdown-markup-face :foreground base5)
|
||||
(markdown-header-face :inherit 'bold :foreground red)
|
||||
(markdown-header-face :inherit 'bold :foreground blue)
|
||||
(markdown-url-face :foreground teal :weight 'normal)
|
||||
(markdown-reference-face :foreground base6)
|
||||
((markdown-bold-face &override) :foreground fg)
|
||||
|
|
Loading…
Add table
Reference in a new issue