summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
7 dayschore(release): version 0.1HEADv0.1masterSuleyman Farajli
7 daysdocs: screenshot of desktop addedSuleyman Farajli
7 daysdocs(todo): updatedSuleyman Farajli
7 daysfix(shot): append .png extension to autogenerated filenamesSuleyman Farajli
7 daysdocs(readme): note on -devel/-dev packages for build depsSuleyman Farajli
7 dayschore(makefile): update slstatus versionSuleyman Farajli
7 dayschore(makefile): update st and dwm versionsSuleyman Farajli
7 daysMerge pull request #17 from sfarajli/dev_minimalSüleyman Fərəcli
Dev minimal
7 daysdoc(readme): add minimal version support for lf and nvimdev_minimalSuleyman Farajli
7 daysfeat(qutebrowser): set the default pageSuleyman Farajli
7 daysdocs(readme): remove firefox from dependenciesSuleyman Farajli
7 daysdocs(readme): typoSuleyman Farajli
7 daysdocs: README.md updatedSuleyman Farajli
7 daysrefactor: dep.sh removedSuleyman Farajli
7 daysrefactor(makefile): full, check and fullcheck targets removedSuleyman Farajli
7 daysqutebrowser: configure UI and default behaviorSuleyman 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 daysfix(qutebrowser): use a font that is installed on the systemSuleyman Farajli
8 daysfix(dep.sh): check for pulseaudio instead of pactl commandSuleyman Farajli
8 daysfix(dep.sh): typo in font config package nameSuleyman Farajli
8 daysfeat(dep.sh): add ncurses to build dependenciesSuleyman Farajli
8 daysMerge pull request #16 from sfarajli/devSüleyman Fərəcli
Dev
8 daysfeat(aliasrc): alias sxiv to nsxiv if sxiv is not installedSuleyman Farajli
8 daysfix: correct program check message to require libnotify instead of dunstSuleyman Farajli
8 daysfeat(dep.sh): add libnotify to dependenciesSuleyman Farajli
- decapitalize output message of missing packages
8 daysfeat(dep.sh): add ssh to optional dependenciesSuleyman Farajli
8 daysfeat(dunst): new config addedSuleyman Farajli
8 dayschore(makefile): install newer version of DWMSuleyman Farajli
8 daysfix(profile): use variable name `TERMINAL` instead of `TERM` to set default ↵Suleyman Farajli
terminal
8 daysfeat: default wallpaper addedSuleyman Farajli
8 daysrefactor(makefile): dependency check now manualSuleyman Farajli
- Updated software and font variable naming to consistent underscore format with versions - Grouped install targets under INSTALL_TARGETS and directories under DIRECTORIES - Removed automatic dependency check from install targets; users must now run checks manually before installation - Cleaned up target dependencies and updated .PHONY list accordingly
8 daysstyle(dep.sh): sort dependencies alphabeticallySuleyman Farajli
8 daysfix(dep.sh): proper usage of check functionSuleyman Farajli
8 daysrefactor(dep.sh): prioritize newer versions of programs when double checkingSuleyman Farajli
8 dayschore: remove gitignoreSuleyman Farajli
8 daysrefactor(makefile): clean up directories and improve dependency handlingSuleyman Farajli
- Dropped creating optional directories - Ensured required directories (bin, config, fonts) are created via explicit rules - Made 'config' and 'scripts' targets depend on directory rules instead - Added 'check' as a prerequisite to relevant install targets for consistency
8 daysfeat(qw): improve QEMU options for -x flagSuleyman Farajli
8 daysfix(nsend): call dunst instead of printing to stdoutSuleyman Farajli
8 daysfix(slib): print full path instead of basename in error messagesSuleyman Farajli
13 dayschore: remove obsolete BUGS fileSuleyman Farajli
13 dayschore(profile): prioritize qutebrowser over firefox as default browserSuleyman Farajli
13 daysfeat(xinitrc): run unclutter in the backgroundSuleyman Farajli
- Set keyboard layout to US
13 daysfeat: run `fc-cache` after installing fontsshowSuleyman Farajli
- Add fontconfig to build time dependencies.
13 daysfix(profile): set `XINITRC` after setting `XDG_CONFIG_HOME`Suleyman Farajli
13 daysMerge branch 'dev'Suleyman Farajli
13 daysMerge pull request #15 from sfarajli/devSüleyman Fərəcli
feat (shell): source .bashrc for interactive TTY sessions
13 daysfix(profile): use `TERM` environmental variable instead of `TERMINAL`Suleyman Farajli
13 daysstyle(profile): sort logically and alphabeticallySuleyman Farajli
13 daysfix(profile): export path variableSuleyman Farajli
- Use ${HOME} syntax instead of $HOME. - Quote $PATH variable.
13 daysfeat(profile): export ZSHRC as an environmental variablesSuleyman Farajli
13 daysstyle(makefile): sort alphabetically and logicallySuleyman Farajli