summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
4 daysstyle(xinitrc): align commentsHEADmasterSuleyman Farajli
4 daysfix(scripts): update file paths for new directory layoutSuleyman Farajli
4 daysfix(makfile): server target dependencies and noc install pathSuleyman Farajli
5 daysfix(nvim): use `toggleterm` plugin instead of built-in terminalSuleyman Farajli
6 daysfeat(nvim): remove toggleterm.nvim and add custom full-screen toggle terminalSuleyman Farajli
- Removed toggleterm.nvim plugin and all related configuration - Added custom full-screen terminal toggle with <C-f> - Preserves session and closes on TermClose - Automatically enters insert mode when opened - Made netrw buffers read-only, unlisted, and buftype=nofile to prevent writing - Added autocmds to prevent accidental :w/:w! in netrw - Cleaned up indentation and autocmd formatting
6 daysfeat(nvim): switch from neo-tree to netrw with l/h navigation and Vexplore ↵Suleyman Farajli
toggle - Removed neo-tree plugin and dependencies - Configured netrw as tree-style explorer - `l` opens file/directory - `h` closes/goes up directory - Added Vexplore toggle on <leader>e - Auto-open Vexplore if starting nvim with a directory argument - Refactored keymaps to use `opts` table - Added inline comments for netrw settings - Minor formatting cleanup in plugin setups
8 daysfix(nvim): don't insert new line when using macrosSuleyman Farajli
8 daysfeat(nvim): macros addedSuleyman Farajli
8 daysfeat(nvim): MdEval plugin addedSuleyman Farajli
2025-06-28chore(release): version 0.1v0.1Suleyman Farajli
2025-06-28docs: screenshot of desktop addedSuleyman Farajli
2025-06-28docs(todo): updatedSuleyman Farajli
2025-06-28fix(shot): append .png extension to autogenerated filenamesSuleyman Farajli
2025-06-28docs(readme): note on -devel/-dev packages for build depsSuleyman Farajli
2025-06-28chore(makefile): update slstatus versionSuleyman Farajli
2025-06-28chore(makefile): update st and dwm versionsSuleyman Farajli
2025-06-27Merge pull request #17 from sfarajli/dev_minimalSüleyman Fərəcli
Dev minimal
2025-06-28doc(readme): add minimal version support for lf and nvimdev_minimalSuleyman Farajli
2025-06-28feat(qutebrowser): set the default pageSuleyman Farajli
2025-06-28docs(readme): remove firefox from dependenciesSuleyman Farajli
2025-06-28docs(readme): typoSuleyman Farajli
2025-06-28docs: README.md updatedSuleyman Farajli
2025-06-28refactor: dep.sh removedSuleyman Farajli
2025-06-28refactor(makefile): full, check and fullcheck targets removedSuleyman Farajli
2025-06-27qutebrowser: configure UI and default behaviorSuleyman Farajli
- Show tabs only when multiple are open - Display statusbar only in modes - Set default search engine to Google - Use a custom local start page
2025-06-26fix(qutebrowser): use a font that is installed on the systemSuleyman Farajli
2025-06-26fix(dep.sh): check for pulseaudio instead of pactl commandSuleyman Farajli
2025-06-26fix(dep.sh): typo in font config package nameSuleyman Farajli
2025-06-26feat(dep.sh): add ncurses to build dependenciesSuleyman Farajli
2025-06-26Merge pull request #16 from sfarajli/devSüleyman Fərəcli
Dev
2025-06-26feat(aliasrc): alias sxiv to nsxiv if sxiv is not installedSuleyman Farajli
2025-06-26fix: correct program check message to require libnotify instead of dunstSuleyman Farajli
2025-06-26feat(dep.sh): add libnotify to dependenciesSuleyman Farajli
- decapitalize output message of missing packages
2025-06-26feat(dep.sh): add ssh to optional dependenciesSuleyman Farajli
2025-06-26feat(dunst): new config addedSuleyman Farajli
2025-06-26chore(makefile): install newer version of DWMSuleyman Farajli
2025-06-26fix(profile): use variable name `TERMINAL` instead of `TERM` to set default ↵Suleyman Farajli
terminal
2025-06-26feat: default wallpaper addedSuleyman Farajli
2025-06-26refactor(makefile): dependency check now manualSuleyman Farajli
- Updated software and font variable naming to consistent underscore format with versions - Grouped install targets under INSTALL_TARGETS and directories under DIRECTORIES - Removed automatic dependency check from install targets; users must now run checks manually before installation - Cleaned up target dependencies and updated .PHONY list accordingly
2025-06-26style(dep.sh): sort dependencies alphabeticallySuleyman Farajli
2025-06-26fix(dep.sh): proper usage of check functionSuleyman Farajli
2025-06-26refactor(dep.sh): prioritize newer versions of programs when double checkingSuleyman Farajli
2025-06-26chore: remove gitignoreSuleyman Farajli
2025-06-26refactor(makefile): clean up directories and improve dependency handlingSuleyman Farajli
- Dropped creating optional directories - Ensured required directories (bin, config, fonts) are created via explicit rules - Made 'config' and 'scripts' targets depend on directory rules instead - Added 'check' as a prerequisite to relevant install targets for consistency
2025-06-26feat(qw): improve QEMU options for -x flagSuleyman Farajli
2025-06-26fix(nsend): call dunst instead of printing to stdoutSuleyman Farajli
2025-06-26fix(slib): print full path instead of basename in error messagesSuleyman Farajli
2025-06-22chore: remove obsolete BUGS fileSuleyman Farajli
2025-06-22chore(profile): prioritize qutebrowser over firefox as default browserSuleyman Farajli
2025-06-22feat(xinitrc): run unclutter in the backgroundSuleyman Farajli
- Set keyboard layout to US