asdf
This commit is contained in:
parent
041d3f7c7d
commit
3fd3aef074
4 changed files with 9 additions and 15 deletions
|
@ -150,7 +150,7 @@ font:
|
|||
#style: Bold Italic
|
||||
|
||||
# Point size
|
||||
size: 9.5
|
||||
size: 7.5
|
||||
|
||||
# Offset is the extra space around each character. `offset.y` can be thought
|
||||
# of as modifying the line spacing, and `offset.x` as modifying the letter
|
||||
|
|
|
@ -52,6 +52,8 @@ bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT
|
|||
bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -10% && $refresh_i3status
|
||||
bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle && $refresh_i3status
|
||||
bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle && $refresh_i3status
|
||||
bindsym XF86MonBrightnessDown exec --no-startup-id brightnessctl s 7%-
|
||||
bindsym XF86MonBrightnessUp exec --no-startup-id brightnessctl s +7%
|
||||
|
||||
bindsym $mod+F10 exec --no-startup-id mpc prev
|
||||
bindsym $mod+F11 exec --no-startup-id mpc toggle
|
||||
|
|
|
@ -3,20 +3,11 @@
|
|||
"python.venvFolders": ["~/.local/share/virtualenvs"],
|
||||
"rust-analyzer.diagnostics.disabled": ["unresolved-proc-macro"],
|
||||
"languageserver": {
|
||||
"ocaml": {
|
||||
"command": "opam",
|
||||
"args": [
|
||||
"config",
|
||||
"exec",
|
||||
"--",
|
||||
"ocaml-language-server",
|
||||
"--stdio"
|
||||
],
|
||||
"filetypes": [
|
||||
"ocaml",
|
||||
"reason"
|
||||
]
|
||||
},
|
||||
"ocaml-lsp": {
|
||||
"command": "opam",
|
||||
"args": ["config", "exec", "--", "ocamllsp"],
|
||||
"filetypes": ["ocaml", "reason"]
|
||||
},
|
||||
"haskell": {
|
||||
"command": "ghcide",
|
||||
"args": [
|
||||
|
|
|
@ -96,3 +96,4 @@ nmap <F8> :TagbarToggle<CR>
|
|||
|
||||
" Plugin-related configs
|
||||
|
||||
let g:go_fmt_command = "goimports"
|
||||
|
|
Loading…
Reference in a new issue