| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-11-04 | feat(lf): <c-y> to copy current file to clipboard | Suleyman Farajli | |
| 2025-11-03 | fix(lf): remove files that have spaces in them | Suleyman Farajli | |
| 2025-11-03 | feat(zathura): add keybind to copy filename to clipboard | Suleyman Farajli | |
| 2025-11-03 | feat(nvim): enable wrap for text files | Suleyman Farajli | |
| 2025-10-28 | chore(wallpapers): move to /etc from /config | Suleyman Farajli | |
| 2025-10-26 | feat(shell/profile): new directories added | Suleyman Farajli | |
| 2025-08-30 | style(xinitrc): align comments | Suleyman Farajli | |
| 2025-08-29 | fix(nvim): use `toggleterm` plugin instead of built-in terminal | Suleyman Farajli | |
| 2025-08-28 | feat(nvim): remove toggleterm.nvim and add custom full-screen toggle terminal | Suleyman 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-28 | feat(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-25 | fix(nvim): don't insert new line when using macros | Suleyman Farajli | |
| 2025-08-25 | feat(nvim): macros added | Suleyman Farajli | |
| 2025-08-25 | feat(nvim): MdEval plugin added | Suleyman Farajli | |
| 2025-06-28 | feat(qutebrowser): set the default page | Suleyman Farajli | |
| 2025-06-27 | qutebrowser: configure UI and default behavior | Suleyman 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-26 | fix(qutebrowser): use a font that is installed on the system | Suleyman Farajli | |
| 2025-06-26 | feat(aliasrc): alias sxiv to nsxiv if sxiv is not installed | Suleyman Farajli | |
| 2025-06-26 | feat(dunst): new config added | Suleyman Farajli | |
| 2025-06-26 | fix(profile): use variable name `TERMINAL` instead of `TERM` to set default ↵ | Suleyman Farajli | |
| terminal | |||
| 2025-06-26 | feat: default wallpaper added | Suleyman Farajli | |
| 2025-06-22 | chore(profile): prioritize qutebrowser over firefox as default browser | Suleyman Farajli | |
| 2025-06-22 | feat(xinitrc): run unclutter in the background | Suleyman Farajli | |
| - Set keyboard layout to US | |||
| 2025-06-21 | fix(profile): set `XINITRC` after setting `XDG_CONFIG_HOME` | Suleyman Farajli | |
| 2025-06-21 | Merge branch 'dev' | Suleyman Farajli | |
| 2025-06-21 | Merge pull request #15 from sfarajli/dev | Süleyman Fərəcli | |
| feat (shell): source .bashrc for interactive TTY sessions | |||
| 2025-06-21 | fix(profile): use `TERM` environmental variable instead of `TERMINAL` | Suleyman Farajli | |
| 2025-06-21 | style(profile): sort logically and alphabetically | Suleyman Farajli | |
| 2025-06-21 | fix(profile): export path variable | Suleyman Farajli | |
| - Use ${HOME} syntax instead of $HOME. - Quote $PATH variable. | |||
| 2025-06-21 | feat(profile): export ZSHRC as an environmental variables | Suleyman Farajli | |
| 2025-06-21 | feat (shell): source .bashrc for interactive TTY sessions | Suleyman Farajli | |
| - Defined BASHRC path for consistency - Ensured .bashrc is sourced when using Bash in TTY environments | |||
| 2025-06-21 | feat(bash): add autocompletion | Suleyman Farajli | |
| 2025-06-21 | style (shell): align with spaces | Suleyman Farajli | |
| 2025-06-21 | refactor(bashrc): improve server compatibility and fallback behavior | Suleyman Farajli | |
| 2025-06-21 | fix(zathura): use `t` for toggling status bar instead of `n` | Suleyman Farajli | |
| 2025-06-21 | refactor (nvim/vim): Reduce <leader>q mapping to :wq! instead of :wqa! | Suleyman Farajli | |
| 2025-06-21 | feat (zsh): add ctrl-space keybind to enter normal mode | Suleyman Farajli | |
| 2025-06-20 | feat (git): new alias for `add` | Suleyman Farajli | |
| 2025-06-20 | feat(mimeapps): expand image and video MIME types, add fallback support | Suleyman Farajli | |
| 2025-06-20 | style (zshrc): use spaces instead of tabs for alignment | Suleyman Farajli | |
| 2025-06-20 | feat (zathura): new themes added | Suleyman Farajli | |
| 2025-06-20 | feat(x11): add multiple Xresources themes with symlink-based selection | Suleyman Farajli | |
| 2025-06-20 | fix (xinitrc): corrected xresoreces file path | Suleyman Farajli | |
| - removed empty lines and trailing spaces | |||
| 2025-06-20 | refactor (vim): consistent with nvim config | Suleyman Farajli | |
| 2025-06-20 | refactor (aliasrc): restructure and group aliases for readability and ↵ | Suleyman Farajli | |
| maintainability | |||
| 2025-06-20 | refactor(nvim): update keybindings and enable spellcheck for text based file ↵ | Suleyman Farajli | |
| types - Commented out `vim.opt.list` to hide invisible characters by default - Removed window navigation keybindings (H and L) to avoid terminal issues - Enabled spellcheck for writing-related filetypes (e.g., markdown, gitcommit) - Changed <leader>q to use `wqa!` for saving and quitting all tabs | |||
| 2025-06-20 | feat (git): new `diff` aliases added | Suleyman Farajli | |
| - aliases sorted alphabetically | |||
| 2025-06-20 | style (bashrc): remove trailing spaces | Suleyman Farajli | |
| 2025-06-19 | style: remove useless empty line | Suleyman Farajli | |
| 2025-06-19 | fix(sxiv): improve key-handler script with better error handling and usability | Suleyman Farajli | |
| - Add set -f to disable globbing - Fix dmenu directory selection prompt to allow root selection - Add unique suffix when trash filename exists to avoid overwrite - Use safer command substitutions with output capture for error reporting - Reorder commands for clarity and reliability - Restore and improve wallpaper setting with error messages - Use xclip with full path and relative path copying feedback - Add comments about deprecated `convert` usage, suggest `magick` | |||
| 2025-06-19 | chore(qutebrowser): clean up theme, bookmarks and startpage | Suleyman Farajli | |
| - Move themes in themes/ folder - Update startpage/index.html: fix height to 100vh, set font to JetBrains Mono 11px, remove unused stylesheet link - Add new themes: ayu_light and nord - Use `current_theme.py` sym-link for selection of themes | |||
