David
|
7cf5dc8113
|
feat: add zathura config file
|
2020-12-14 12:10:08 +01:00 |
|
David
|
362b7af10d
|
cleanup: simplify merge command in dot
|
2020-12-14 12:09:49 +01:00 |
|
David
|
bf136ba0c1
|
feat: improve dot as a real wrapper around git
`dot` can now take the exact same arguments as git, transparently
-> flags are now optionnal
|
2020-11-12 18:03:45 +01:00 |
|
David
|
6f6280ca4a
|
cleanup: simplify $PATH update
|
2020-11-12 15:39:33 +01:00 |
|
David
|
1b42bac86a
|
feat: add headers to nvim files
|
2020-11-10 15:01:37 +01:00 |
|
David
|
aa3a983db3
|
feat: add file templates
|
2020-11-10 14:59:10 +01:00 |
|
David
|
60aea94875
|
feat: move zsh prompt to its own file
also tweak it a bit
-> $ is colored depending on last command exit code
-> git infos polished
|
2020-10-12 10:32:25 +02:00 |
|
David
|
5a8d91d346
|
feat: update shell aliases
|
2020-10-12 10:31:16 +02:00 |
|
David
|
70c0769e8b
|
feat: change textwidth rules
width is now 80
enforce rule for every filetype
|
2020-09-29 00:40:09 +02:00 |
|
David
|
426c6f17b2
|
fix: fix makefile generation
|
2020-09-29 00:39:22 +02:00 |
|
David
|
467dc53b69
|
fix: fix notifications emotes
|
2020-09-29 00:38:54 +02:00 |
|
David
|
12ea059e05
|
fix: fix mounting group ownership
|
2020-09-29 00:38:24 +02:00 |
|
David
|
3f99f774be
|
fix: fix compilation from Cxx header with ./compiler
|
2020-09-29 00:35:36 +02:00 |
|
David
|
6ab07d237b
|
feat: remove deprecated merge alias
|
2020-09-12 19:15:06 +02:00 |
|
David
|
27227d2610
|
feat: add suspend keybinding to sxhkd
|
2020-09-12 19:14:46 +02:00 |
|
David
|
d0538619b3
|
feat: add xbanish
remove the mouse when typing
|
2020-09-12 19:14:18 +02:00 |
|
David
|
d6848f00ee
|
feat: add default setup to displayselect
two-monitors setup with 1080p laptop
|
2020-09-12 19:13:24 +02:00 |
|
David
|
145b19d82d
|
feat: switch sound management to amixer
|
2020-09-12 19:12:32 +02:00 |
|
David
|
9b2d31f244
|
feat: dunst now folllows the mouse (multi-monitor)
|
2020-09-12 19:11:06 +02:00 |
|
David
|
eceb0c921b
|
fix: fix dmenu(u)mount emoticons
|
2020-09-06 21:49:21 +02:00 |
|
David
|
1c54c9363c
|
fix: fix bibshow entries display
|
2020-09-06 21:49:07 +02:00 |
|
David
|
d5a12a9577
|
fix: fix dwmbar nuclear battery display
|
2020-09-06 21:48:29 +02:00 |
|
David
|
a5b16031a8
|
feat: change dunst font to Iosevka
|
2020-09-06 21:47:57 +02:00 |
|
David
|
fbe75ff435
|
cleanup: format dmenumount and dmenuumount
|
2020-09-03 21:10:53 +02:00 |
|
David
|
cbc1e70790
|
feat: polish dwmbar
|
2020-09-03 21:10:53 +02:00 |
|
David
|
257f900c55
|
feat: update arch_setup
|
2020-09-03 21:10:53 +02:00 |
|
David
|
d3096d669f
|
feat: change neovim code formatting
|
2020-09-03 21:10:53 +02:00 |
|
David
|
47bd30f9f5
|
feat: update neovim ftplugins headers
|
2020-09-03 21:10:53 +02:00 |
|
swytch
|
f70a7179d9
|
fix: fix dwmbar section length
|
2020-09-02 15:55:25 +02:00 |
|
swytch
|
e26b809f6c
|
feat: dwmbar now has consistent length
pad numbers with whitespaces to be of length 3
|
2020-08-26 14:41:16 +02:00 |
|
swytch
|
1367f47150
|
feat: change battery notification sleep
2 -> 5 minutes
|
2020-08-26 14:40:59 +02:00 |
|
swytch
|
d2b3034a8a
|
fix: remove nvim guifont
guifont is a GUI Vim setting
|
2020-08-26 14:40:53 +02:00 |
|
swytch
|
c70c7447fa
|
fix: fix nvim formatoptions and force hardwrap @80
|
2020-08-26 14:40:46 +02:00 |
|
swytch
|
90e36ef8aa
|
cleanup: reorganize nvim settings
|
2020-08-26 14:40:28 +02:00 |
|
swytch
|
0a2719ca8f
|
breaking: change license to MIT in headers
|
2020-06-25 18:48:18 +02:00 |
|
swytch
|
9bae7e6403
|
cleanup: cleanup battery display rules in dwmbar
|
2020-06-25 18:48:06 +02:00 |
|
swytch
|
f1c90afdaf
|
breaking: move suckless tools to ~/.local/src/
|
2020-06-25 18:17:42 +02:00 |
|
swytch
|
ed514f3a95
|
feat: add various system config files
(optionnal) X11 config file for screen and keyboard
grub config file
tlp config file
|
2020-06-20 11:48:33 +02:00 |
|
swytch
|
4550439b62
|
feat: add flags to dot
add `git branch`, `git show` and `git log --graph` commands
|
2020-06-20 11:40:21 +02:00 |
|
swytch
|
208f658047
|
fix: fix dot parameters retrieving
now use all parameters *every time*
|
2020-06-20 11:40:21 +02:00 |
|
swytch
|
471a7686f2
|
feat: update legacy vim config
now use polyjuice colorscheme
custom statusline
vimrc cleanup
fix `noshowmode` comment in nvim config file
remove `cursorline` highlight
|
2020-06-20 11:39:37 +02:00 |
|
swytch
|
e53327bc71
|
feat: vim now has its own legacy folder
|
2020-06-20 11:39:37 +02:00 |
|
swytch
|
7b4e40c4e2
|
breaking: change neovim keybindings
highlight turnoff is now <leader>h (was <leader>q)
|
2020-06-20 11:39:37 +02:00 |
|
swytch
|
f70217fa19
|
feat: neovim colorscheme now has its own repo
delete neovim `colors` and `polyjuice.colortemplate`
|
2020-06-20 11:39:37 +02:00 |
|
swytch
|
8573d507c7
|
cleanup: cleanup suckless' tools build
|
2020-06-20 11:39:37 +02:00 |
|
swytch
|
4246954ac5
|
fix: fix compiler
fix bibliography retrieving
fix suckless tools build
-> exit 1 when not building from config.def.h
-> exit 0 when building (not break 0)
|
2020-06-20 11:39:37 +02:00 |
|
swytch
|
953041c4f8
|
cleanup: simplify case statement in audio-notify
regroup "criticity" cases
|
2020-06-20 11:39:37 +02:00 |
|
swytch
|
da4e53bd27
|
feat: change default volume in .xprofile
30->50%
|
2020-06-20 11:39:37 +02:00 |
|
swytch
|
e4dd4ac9e3
|
feat: add envvar to .profile to follow XDG conventions
add `texmf` and `pass` paths variables
|
2020-06-20 11:39:37 +02:00 |
|
swytch
|
f0a1cb8c8e
|
cleanup: remove trailing '/' in .profile
|
2020-06-20 11:39:37 +02:00 |
|