Age | Commit message (Collapse) | Author | |
---|---|---|---|
13 days | feat (dep.sh): check for optional dependencies | Suleyman Farajli | |
13 days | chore (dep.sh): only return 1 if the build dependencies are missing | Suleyman Farajli | |
14 days | refactor (nvim/vim): Reduce <leader>q mapping to :wq! instead of :wqa! | Suleyman Farajli | |
14 days | feat (zsh): add ctrl-space keybind to enter normal mode | Suleyman Farajli | |
14 days | feat (makefile): install fonts in desktop target | Suleyman Farajli | |
2025-06-20 | Merge pull request #12 from sfarajli/master | Süleyman Fərəcli | |
Merge pull request #11 from sfarajli/dev | |||
2025-06-20 | Merge pull request #11 from sfarajli/dev | Süleyman Fərəcli | |
Dev | |||
2025-06-20 | feat (git): new alias for `add` | Suleyman Farajli | |
2025-06-20 | fix(makefile): update git config installation and clean trailing whitespaces | Suleyman Farajli | |
2025-06-20 | style (scripts): use spaces instead of tabs in help messages | 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 | Merge pull request #9 from sfarajli/dev | Süleyman Fərəcli | |
Dev | |||
2025-06-19 | chore(Makefile): filter signingkey comment in gitconfig when installing and ↵ | Suleyman Farajli | |
warn if git signing key not set | |||
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 | |||
2025-06-19 | fix(picom): correct wintypes syntax and clean config formatting | Suleyman Farajli | |
2025-06-19 | refactor: improve Neovim config for better readability and functionality | Suleyman Farajli | |
- Switch to Lua API options for setting vim options instead of vim.cmd - Add autocmd to trim trailing whitespace on save (except markdown) - Disable auto-comments via autocmd for all filetypes - Enhance and standardize key mappings with noremap and silent flags - Clean up plugin config indentation and comments | |||
2025-06-19 | refactor(input.conf): reorder keys and improve ab-loop/loop-file bindings | Suleyman Farajli | |
2025-06-19 | refactor(lfrc): clean up config, improve trash cmd, and update keymaps | Suleyman Farajli | |
2025-06-19 | feat: enhance git config with aliases and GPG signing | Suleyman Farajli | |
- Add common aliases (co, br, ci, st) for shorter commands - Rewrite pushall to work reliably across all remotes - Enable GPG signing for commits and tags - Set OpenPGP as the preferred signing format - Add placeholder for signing key under [user] | |||
2025-06-19 | refactor: improve minimal bash config for vi mode and portability | Suleyman Farajli | |
- Add manual bindings for Ctrl-l in vi normal/insert mode - Improve PS1 prompt with exit code handling and color - Comment out slow vi mode indicator suggestion - Add fallback clear alias and remove duplicate vi alias | |||
2025-06-19 | documentation update | Suleyman Farajli | |
2025-06-19 | fix: wrap notify-send arguments in quotes to preserve spacing | Suleyman Farajli | |
2025-06-19 | scripts: useless trailing spaces cleaned | Suleyman Farajli | |
2025-06-18 | Merge pull request #8 from sfarajli/dev | Süleyman Fərəcli | |
Dev | |||
2025-06-17 | FIXME added | Suleyman Farajli | |
2025-06-17 | add setxkbmap to dependency checklist | Suleyman Farajli | |
2025-06-17 | config/x11/xinitrc: sort alphabetically | Suleyman Farajli | |
2025-06-17 | dep.sh: documentation updated | Suleyman Farajli | |
2025-06-17 | scripts/slib: documentation added | Suleyman Farajli | |
2025-06-17 | Makefile: target `depcheck` named to `check` | Suleyman Farajli | |
2025-06-17 | scripts modularized | Suleyman Farajli | |
2025-06-17 | scripts: new library for common functions | Suleyman Farajli | |
2025-06-04 | GPL3-ed | Suleyman Farajli | |
2025-06-03 | dep.sh: check for `Xorg` | Suleyman Farajli | |
2025-06-03 | config/shell/aliasrc: add colorize `diff` | Suleyman Farajli | |
2025-06-03 | config/shell/aliasrc: colorize `ip` command, `sl` from `ls` to `ls | Suleyman Farajli | |
--color=auto` | |||
2025-06-02 | dep.sh: output missing libraries with `lib` prefix `xft`-> `libXft` | Suleyman Farajli | |
2025-06-02 | non-zero return value if a dependency is missing | Suleyman Farajli | |
2025-06-02 | sorted alphabetically | Suleyman Farajli | |