Age | Commit message (Collapse) | Author | |
---|---|---|---|
6 days | feat(qutebrowser): set the default page | Suleyman Farajli | |
7 days | 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 | |||
8 days | fix(qutebrowser): use a font that is installed on the system | Suleyman Farajli | |
8 days | feat(aliasrc): alias sxiv to nsxiv if sxiv is not installed | Suleyman Farajli | |
8 days | feat(dunst): new config added | Suleyman Farajli | |
8 days | fix(profile): use variable name `TERMINAL` instead of `TERM` to set default ↵ | Suleyman Farajli | |
terminal | |||
8 days | feat: default wallpaper added | Suleyman Farajli | |
13 days | chore(profile): prioritize qutebrowser over firefox as default browser | Suleyman Farajli | |
13 days | feat(xinitrc): run unclutter in the background | Suleyman Farajli | |
- Set keyboard layout to US | |||
13 days | fix(profile): set `XINITRC` after setting `XDG_CONFIG_HOME` | Suleyman Farajli | |
13 days | Merge branch 'dev' | Suleyman Farajli | |
13 days | Merge pull request #15 from sfarajli/dev | Süleyman Fərəcli | |
feat (shell): source .bashrc for interactive TTY sessions | |||
13 days | fix(profile): use `TERM` environmental variable instead of `TERMINAL` | Suleyman Farajli | |
13 days | style(profile): sort logically and alphabetically | Suleyman Farajli | |
13 days | fix(profile): export path variable | Suleyman Farajli | |
- Use ${HOME} syntax instead of $HOME. - Quote $PATH variable. | |||
13 days | feat(profile): export ZSHRC as an environmental variables | Suleyman Farajli | |
13 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 | |||
13 days | feat(bash): add autocompletion | Suleyman Farajli | |
13 days | style (shell): align with spaces | Suleyman Farajli | |
13 days | refactor(bashrc): improve server compatibility and fallback behavior | Suleyman Farajli | |
13 days | fix(zathura): use `t` for toggling status bar instead of `n` | Suleyman Farajli | |
13 days | refactor (nvim/vim): Reduce <leader>q mapping to :wq! instead of :wqa! | Suleyman Farajli | |
13 days | feat (zsh): add ctrl-space keybind to enter normal mode | Suleyman Farajli | |
14 days | feat (git): new alias for `add` | Suleyman Farajli | |
14 days | feat(mimeapps): expand image and video MIME types, add fallback support | Suleyman Farajli | |
14 days | style (zshrc): use spaces instead of tabs for alignment | Suleyman Farajli | |
14 days | feat (zathura): new themes added | Suleyman Farajli | |
14 days | feat(x11): add multiple Xresources themes with symlink-based selection | Suleyman Farajli | |
14 days | fix (xinitrc): corrected xresoreces file path | Suleyman Farajli | |
- removed empty lines and trailing spaces | |||
14 days | refactor (vim): consistent with nvim config | Suleyman Farajli | |
14 days | refactor (aliasrc): restructure and group aliases for readability and ↵ | Suleyman Farajli | |
maintainability | |||
14 days | 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 | |||
14 days | feat (git): new `diff` aliases added | Suleyman Farajli | |
- aliases sorted alphabetically | |||
14 days | 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 | |||
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-17 | FIXME added | Suleyman Farajli | |
2025-06-17 | config/x11/xinitrc: sort alphabetically | 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 | config/shell/profile: Sort directory and file names, export path before ↵ | Suleyman Farajli | |
exporting environment variables | |||
2025-05-31 | config/shell/profile: prioritize firefox over qutebrowser | Suleyman Farajli | |
2025-03-02 | lfrc: use `x` to execute an executable | Suleyman Farajli | |