summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-10-28doc(TODO): updatedSuleyman Farajli
2025-10-28chore(wallpapers): move to /etc from /configSuleyman Farajli
2025-10-27chore(scripts): remove misleading 'Unreachable' comments in slight and svolSuleyman Farajli
2025-10-27docs(BUGS): updatedSuleyman Farajli
2025-10-26docs(TODO): updatedSuleyman Farajli
2025-10-26docs(README.md): updatedSuleyman Farajli
2025-10-26fix(shot): set the default directory and create if neededSuleyman Farajli
2025-10-26fix(build.sh): copy multiple files at onceSuleyman Farajli
2025-10-26feat(sclip): addedSuleyman Farajli
2025-10-26chore: split script installation into CLI and GUI sectionsSuleyman Farajli
2025-10-26fix(build): define default install paths and add clean targetSuleyman Farajli
2025-10-26fix(build.sh): ShellCheck warnings and quote variable expansions in build.shSuleyman Farajli
2025-10-26build: use shell scripts instead of makefileSuleyman Farajli
2025-10-26feat(shell/profile): new directories addedSuleyman Farajli
2025-10-24chore(BUGS): addedSuleyman Farajli
2025-09-07docs(TODO): updatedSuleyman Farajli
2025-08-30chore: remove distro specific filesSuleyman Farajli
2025-08-30style(xinitrc): align commentsSuleyman Farajli
2025-08-30fix(scripts): update file paths for new directory layoutSuleyman Farajli
2025-08-30fix(makfile): server target dependencies and noc install pathSuleyman Farajli
2025-08-29fix(nvim): use `toggleterm` plugin instead of built-in terminalSuleyman Farajli
2025-08-28feat(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
2025-08-28feat(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
2025-08-25fix(nvim): don't insert new line when using macrosSuleyman Farajli
2025-08-25feat(nvim): macros addedSuleyman Farajli
2025-08-25feat(nvim): MdEval plugin addedSuleyman Farajli
2025-06-28chore(release): version 0.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 nvimSuleyman 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