Compare commits
No commits in common. "082824261b1feaf75cf5ae4e0f1ae7231d71becf" and "f755edaa08070cb0fa1a98336ab2145eec92f70d" have entirely different histories.
082824261b
...
f755edaa08
@ -1355,7 +1355,6 @@
|
|||||||
🈺 Japanese “open for business” button; U+1F23A
|
🈺 Japanese “open for business” button; U+1F23A
|
||||||
🈵 Japanese “no vacancy” button; U+1F235
|
🈵 Japanese “no vacancy” button; U+1F235
|
||||||
🔴 red circle; U+1F534
|
🔴 red circle; U+1F534
|
||||||
🟢 green circle; U+1F7E2
|
|
||||||
🔵 blue circle; U+1F535
|
🔵 blue circle; U+1F535
|
||||||
⚪ white circle; U+26AA
|
⚪ white circle; U+26AA
|
||||||
⚫ black circle; U+26AB
|
⚫ black circle; U+26AB
|
||||||
|
@ -98,8 +98,6 @@ bspc rule -a Zathura state=tiled
|
|||||||
bspc rule -a arduino state=pseudo_tiled
|
bspc rule -a arduino state=pseudo_tiled
|
||||||
bspc rule -a Spotify desktop=VII follow=off focus=off
|
bspc rule -a Spotify desktop=VII follow=off focus=off
|
||||||
bspc rule -a discord desktop=VII follow=off focus=off
|
bspc rule -a discord desktop=VII follow=off focus=off
|
||||||
bspc rule -a steam_app_2666510 state=pseudo_tiled split_dir=south split_ratio 340 locked private layer=above rectangle=1920x340+0+740
|
|
||||||
#bspc rule -a steam_app_2666510 state=pseudo_tiling locked=on private=on split_dir=south split_ratio 296 layer=above rectangle=1920x296+0+784
|
|
||||||
|
|
||||||
## Autogap adjusts windowgap automatically according to the number of
|
## Autogap adjusts windowgap automatically according to the number of
|
||||||
## windows on the desktop. Using it disables negative window gap.
|
## windows on the desktop. Using it disables negative window gap.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[user]
|
[user]
|
||||||
email = tonitch@herisson.ovh
|
email = debucquoy.anthony@gmail.com
|
||||||
name = tonitch
|
name = Anthony Debucquoy
|
||||||
signingkey = 3D06B2E67463D272D769DF59A78D6421F083D42E
|
signingkey = 3D06B2E67463D272D769DF59A78D6421F083D42E
|
||||||
[init]
|
[init]
|
||||||
defaultBranch = master
|
defaultBranch = master
|
||||||
@ -17,10 +17,3 @@
|
|||||||
fap = fetch --all --prune
|
fap = fetch --all --prune
|
||||||
[push]
|
[push]
|
||||||
autoSetupRemote = true
|
autoSetupRemote = true
|
||||||
[sendemail]
|
|
||||||
smtpServer = mail.herisson.ovh
|
|
||||||
smtpEncryption = tls
|
|
||||||
smtpServerPort = 587
|
|
||||||
smtpUser = tonitch
|
|
||||||
smtpPass = bateaux
|
|
||||||
annotate = yes
|
|
||||||
|
@ -21,7 +21,4 @@ do
|
|||||||
vim.keymap.set('i', '<C-S>', function()
|
vim.keymap.set('i', '<C-S>', function()
|
||||||
vim.lsp.buf.signature_help()
|
vim.lsp.buf.signature_help()
|
||||||
end, { desc = 'vim.lsp.buf.signature_help()' })
|
end, { desc = 'vim.lsp.buf.signature_help()' })
|
||||||
|
|
||||||
vim.keymap.set('n', ']g', vim.diagnostic.goto_next)
|
|
||||||
vim.keymap.set('n', '[g', vim.diagnostic.goto_prev)
|
|
||||||
end
|
end
|
||||||
|
@ -20,14 +20,10 @@ $0
|
|||||||
clean:
|
clean:
|
||||||
rm -f *.o
|
rm -f *.o
|
||||||
rm -f $1
|
rm -f $1
|
||||||
rm -f tags compile_commands.json
|
|
||||||
|
|
||||||
bear: clean
|
bear: clean
|
||||||
bear -- make
|
bear -- make
|
||||||
|
|
||||||
tags:
|
|
||||||
ctags **.{c,h}
|
|
||||||
|
|
||||||
run: $1
|
run: $1
|
||||||
./$<
|
./$<
|
||||||
|
|
||||||
|
@ -1,2 +1,3 @@
|
|||||||
set keywordprg=go\ doc
|
set keywordprg=go\ doc
|
||||||
|
unmap K
|
||||||
set makeprg=go\ run\ .
|
set makeprg=go\ run\ .
|
||||||
|
Loading…
Reference in New Issue
Block a user