Commit Graph

165 Commits

Author SHA1 Message Date
David JULIEN 180a969ef7 feat: add `bulk` script 2021-02-12 23:25:26 +01:00
David JULIEN fd71978fc5 feat: add description to `remaps` 2021-02-12 23:23:25 +01:00
David JULIEN 28dfdd5ae5 feat: change shebang to `/usr/bin/env sh`
this setting is more user-config compliant
2021-02-12 23:20:57 +01:00
David JULIEN b2bfb330a7 fix: GPG_TTY setting moved to zsh 2021-02-12 23:03:02 +01:00
David JULIEN f4cb7f182e feat: change pinentry-program to curses 2021-02-12 22:19:13 +01:00
David JULIEN ea68cb0853 feat: add git config file 2021-02-12 21:23:40 +01:00
David JULIEN ba54cf5032 feat: add album art to notifications
split behaviour for "stop" to avoid shenanigans when looking for the
album art
2021-02-12 00:11:27 +01:00
David JULIEN 6d082216ce feat: add icons to dunst notifications 2021-02-12 00:11:07 +01:00
David JULIEN 331dd26c34 feat: add `fetchart` plugin to `beets` 2021-02-11 23:50:05 +01:00
David JULIEN 663fd512da fix: device names change after xorg update 2021-02-11 23:48:49 +01:00
David dfd5247c1d feat: launch mpd at startup 2021-02-06 11:25:17 +01:00
David af93357560 feat: ncmpcpp can be spawn in a floating window 2021-02-06 00:08:45 +01:00
David 6fc5c852ec feat: automatically generate a pkglist for pacman
add a hook to pacman, generating a list of installed pakages and writing
it to `/home/swytch/.config/paru/pkglist`
2021-02-05 22:33:23 +01:00
David 3cdc6e80eb fix: hide dunst bug
dunst looks for icons even though it shouldn't
-> sending stderr to /dev/null to avoid printing on terminals

also configure icons in case it ever gets fixed
2021-02-05 22:22:22 +01:00
David dbfec34131 feat: `player` script
mpc wrapper to send notifications when controlling mpd
add keybindings for sxhkd
2021-02-05 22:21:53 +01:00
David f3da2228dc feat: use `paru` as AUR helper 2021-01-25 15:54:40 +01:00
David bcca21e04c fix: comment out CapsLock turnoff 2021-01-14 00:21:54 +01:00
David eb4be8facd cleanup: reorganize .profile 2021-01-13 00:53:44 +01:00
David d997301f47 feat: add some more xdg-compliance envvar 2021-01-13 00:53:44 +01:00
David 5c385ece97 fix: fix flags counting in `dot`
ignore git flags (--*)

correct merging error message
2021-01-13 00:53:12 +01:00
David c07b1b9a8e feat: change caps remap 2021-01-13 00:46:56 +01:00
David 56d322f571 feat: update mpd/ncmpcpp config files
remove deprecated parameters
prettify
2021-01-13 00:33:29 +01:00
David 52e124fae8 feat: update volume/brightness keybindings
use `super` + {F1,F2,F3,F5,F6} to let Fn available
2021-01-12 23:50:44 +01:00
David b555c56604 feat: add XDG_DIR declaration
looking at you, firefox...
2020-12-14 12:28:49 +01:00
David 6c28ae4bc2 feat: add mpd/ncmpcpp config files 2020-12-14 12:28:40 +01:00
David 58bf52193e feat: update utilities lists + code cleanup 2020-12-14 12:10:21 +01:00
David 4dd0a71bda cleanup: formatting displayselect
space -> tab
make default config more robust
2020-12-14 12:10:21 +01:00
swy7ch d0710eb249 fix: fix cursor positioning in templates 2020-12-14 12:10:21 +01:00
David e4d7d33c9f feat: `dot` is more robust
exits when passing too many (>1) flags
doesn't go through all the tests for flags
2020-12-14 12:10:21 +01:00
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