Age | Commit message (Collapse) | Author | |
---|---|---|---|
14 days | chore(profile): prioritize qutebrowser over firefox as default browser | Suleyman Farajli | |
14 days | feat(xinitrc): run unclutter in the background | Suleyman Farajli | |
- Set keyboard layout to US | |||
14 days | feat: run `fc-cache` after installing fontsshow | Suleyman Farajli | |
- Add fontconfig to build time dependencies. | |||
14 days | fix(profile): set `XINITRC` after setting `XDG_CONFIG_HOME` | Suleyman Farajli | |
14 days | Merge branch 'dev' | Suleyman Farajli | |
14 days | Merge pull request #15 from sfarajli/dev | Süleyman Fərəcli | |
feat (shell): source .bashrc for interactive TTY sessions | |||
14 days | fix(profile): use `TERM` environmental variable instead of `TERMINAL` | Suleyman Farajli | |
14 days | style(profile): sort logically and alphabetically | Suleyman Farajli | |
14 days | fix(profile): export path variable | Suleyman Farajli | |
- Use ${HOME} syntax instead of $HOME. - Quote $PATH variable. | |||
14 days | feat(profile): export ZSHRC as an environmental variables | Suleyman Farajli | |
14 days | style(makefile): sort alphabetically and logically | Suleyman Farajli | |
14 days | fix(zsh): create zsh history cache file in installation | Suleyman Farajli | |
14 days | 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 | Merge pull request #14 from sfarajli/dev | Süleyman Fərəcli | |
Dev | |||
2025-06-21 | fix(scripts): recursion in help function fixed | 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 | Merge pull request #13 from sfarajli/dev | Süleyman Fərəcli | |
Dev | |||
2025-06-21 | style(makefile): Use spaces for alignment instead of tabs and sort ↵ | Suleyman Farajli | |
alphabetically | |||
2025-06-21 | fix(zathura): use `t` for toggling status bar instead of `n` | Suleyman Farajli | |
2025-06-21 | refactor(makefile): Move contents of Soucedeps into makefile and simplify ↵ | Suleyman Farajli | |
targets - Explicitly defined dependencies and install commands for software and fonts. - Sourcedeps removed. - Added `sync` to install tarballs from source. - Added `fullcheck` to check optional dependencies. - Run check before installing desktop files to make sure that build dependencies exist. | |||
2025-06-21 | feat (dep.sh): add `pamus` as an optional dependency | Suleyman Farajli | |
2025-06-21 | fix (dep.sh): set `xclip` as a non-optional dependency | Suleyman Farajli | |
2025-06-21 | feat (dep.sh): check for optional dependencies | Suleyman Farajli | |
2025-06-21 | chore (dep.sh): only return 1 if the build dependencies are missing | 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-21 | 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 | |