summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-11-04docs(TODO): updatedSuleyman Farajli
2025-11-04feat(xinitrc): start daemonsSuleyman Farajli
2025-11-04feat(daemons): check battery and check mail addedSuleyman Farajli
2025-11-04build: install daemonsSuleyman Farajli
2025-11-04feat(lf): <c-y> to copy current file to clipboardSuleyman Farajli
2025-11-03fix(lf): remove files that have spaces in themSuleyman Farajli
2025-11-03feat(zathura): add keybind to copy filename to clipboardSuleyman Farajli
2025-11-03feat(nvim): enable wrap for text filesSuleyman Farajli
2025-11-03refactor(gui): move wallpaper symlink to XDG cache directorySuleyman Farajli
2025-11-03feat(arch): pacman.conf addedSuleyman Farajli
2025-11-03feat(daemons): add background daemons for battery and mail checksSuleyman Farajli
2025-11-03build: fix pacman.conf pathSuleyman Farajli
2025-11-03feat(sclip): add support for copying text, files, and stdin to clipboardSuleyman Farajli
2025-11-01docs(TODO): updatedSuleyman Farajli
2025-10-28feat(sslock): addedSuleyman Farajli
2025-10-28fix(swall): unlink the wallpaper symlink when clearing the wallpaperSuleyman Farajli
2025-10-28docs(TODO): updatedSuleyman Farajli
2025-10-28feat(swall): create symlink pointed to the current wallpaperSuleyman Farajli
2025-10-28docs(BUGS): updatedSuleyman Farajli
2025-10-28fix(swall): reload compositor when clearing the wallpaper and use xdg ↵Suleyman Farajli
directories
2025-10-28fix(br): use xdg directoriesSuleyman Farajli
2025-10-28fix(shot): turn off compositor when screen capturingSuleyman Farajli
2025-10-28feat(slib): run function enhancedSuleyman Farajli
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