Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | config/mimeapps: add new text entries | sinanmohd | 2023-08-28 | 1 | -1/+7 |
| | |||||
* | config/nvim/lsp: icons init | sinanmohd | 2023-08-28 | 1 | -0/+7 |
| | |||||
* | config/nvim/cmp: icons init | sinanmohd | 2023-08-28 | 1 | -1/+36 |
| | |||||
* | config/nvim: cmp init | sinanmohd | 2023-08-28 | 1 | -1/+12 |
| | |||||
* | config/nvim: clean up | sinanmohd | 2023-08-27 | 1 | -11/+11 |
| | |||||
* | config/nvim: lsp init | sinanmohd | 2023-08-27 | 1 | -0/+24 |
| | |||||
* | config/nvim: refactor | sinanmohd | 2023-08-27 | 3 | -3/+116 |
| | |||||
* | git: make master the default branch | sinanmohd | 2023-08-27 | 1 | -0/+2 |
| | |||||
* | freezshot: initial commit | sinanmohd | 2023-08-23 | 1 | -0/+62 |
| | |||||
* | wayland: blurred lockscreen support | sinanmohd | 2023-08-23 | 2 | -42/+46 |
| | |||||
* | cwall: use SIGKILL to kill swaybg for now | sinanmohd | 2023-08-16 | 1 | -1/+1 |
| | | | | swaybg seems to hang on SIGTERM sometimes | ||||
* | wayland: set screenshot output directory | sinanmohd | 2023-08-16 | 1 | -0/+1 |
| | |||||
* | profile: clean up, remove useless boilerplate | sinanmohd | 2023-08-16 | 1 | -2/+2 |
| | |||||
* | wayland: get rid of xdp, it's disabled by default on my nixos | sinanmohd | 2023-08-05 | 1 | -7/+2 |
| | |||||
* | gtk: get rid of dconf, gsettings theming | sinanmohd | 2023-08-05 | 2 | -3/+1 |
| | | | | GTK_THEME environment variable is more simpler and cleaner | ||||
* | wayland: remove dbus-run-session as it does not ship with dbus-broker | sinanmohd | 2023-08-05 | 1 | -1/+1 |
| | |||||
* | repo: bump sds submodule | sinanmohd | 2023-07-22 | 1 | -0/+0 |
| | |||||
* | repo: move nvim to external submodule | sinanmohd | 2023-07-22 | 3 | -437/+3 |
| | |||||
* | mimelist: open sql files with nvim | sinanmohd | 2023-07-22 | 1 | -0/+1 |
| | |||||
* | git: fix config name | sinanmohd | 2023-07-21 | 1 | -0/+0 |
| | |||||
* | zathura: increase font size | sinanmohd | 2023-07-20 | 1 | -2/+3 |
| | |||||
* | ttyasrt: exec into programs instaed of forking | sinanmohd | 2023-07-11 | 1 | -2/+2 |
| | |||||
* | wayland: split systemd and systemd less routine | sinanmohd | 2023-07-10 | 1 | -8/+14 |
| | |||||
* | desktop-entry: drop Terminal=true from nnn and nvim for now | sinanmohd | 2023-07-09 | 2 | -2/+0 |
| | | | | | | | | | | due to a upstream bug affecting gtk programs when Terminal=true is set they try to launch the hardcoded /usr/bin/gnome-terminal and fail if it's not installed, this also affects firefox. maybe cheking the $TERMINAL environment variable might be better!!!. https://gitlab.com/mobian1/issues/-/issues/392 https://unix.stackexchange.com/questions/707469/error-with-gtk-launch-unable-to-find-terminal-required-for-application | ||||
* | mimeapps: open js files with nvim | sinanmohd | 2023-07-09 | 1 | -0/+1 |
| | |||||
* | linkhandler: better error management | sinanmohd | 2023-07-08 | 1 | -0/+4 |
| | |||||
* | linkhandler: now ttyasrt takes care of making sure tty is connected | sinanmohd | 2023-07-08 | 1 | -1/+1 |
| | |||||
* | desktop-entry: add entry for linkhandler | sinanmohd | 2023-07-08 | 1 | -0/+11 |
| | |||||
* | desktop-entry: initial commit, make use of ttyasrt | sinanmohd | 2023-07-08 | 2 | -0/+103 |
| | |||||
* | ttyasrt: initial commit, make sure a tty is connected | sinanmohd | 2023-07-08 | 1 | -0/+18 |
| | |||||
* | foot: initial commit, make bg black | sinanmohd | 2023-07-08 | 1 | -0/+2 |
| | |||||
* | gitconfig: move to XDG_DATA_HOME | sinanmohd | 2023-07-08 | 1 | -0/+0 |
| | |||||
* | caffeine: proper spacing in menu and notify-send | sinanmohd | 2023-07-05 | 1 | -2/+2 |
| | |||||
* | mutemic: proper spacing in notify-send | sinanmohd | 2023-07-05 | 1 | -4/+2 |
| | |||||
* | mako: switch to DeepMind sans, a free font | sinanmohd | 2023-07-04 | 1 | -1/+1 |
| | |||||
* | fontconfig: switch to a free sans font and remove unnecessary lines | sinanmohd | 2023-07-04 | 1 | -15/+5 |
| | | | | | | we dont need to duplicate sans-serif as sans for backward compatibility, as it's taken care off by the upstream with the following lines https://gitlab.freedesktop.org/fontconfig/fontconfig/-/blob/main/fonts.conf.in#L58 | ||||
* | gitconfig: initial commit | sinanmohd | 2023-07-04 | 1 | -0/+10 |
| | |||||
* | caffeine: fail silently when dmenu input is empty | sinanmohd | 2023-07-04 | 1 | -0/+2 |
| | |||||
* | fontconfig: change terminess based on fc-list | sinanmohd | 2023-07-04 | 1 | -1/+3 |
| | |||||
* | linkhandler: can now detect onion urls not just domains | sinanmohd | 2023-07-03 | 1 | -4/+5 |
| | |||||
* | linkhandler: detect .lua, .java, and .nix as text files | sinanmohd | 2023-07-03 | 1 | -1/+1 |
| | |||||
* | gnupg: initial commit | sinanmohd | 2023-07-02 | 1 | -0/+1 |
| | |||||
* | config/htop: initial commit | sinanmohd | 2023-07-02 | 1 | -0/+63 |
| | |||||
* | config/swaylock: initial commit | sinanmohd | 2023-07-02 | 1 | -0/+1 |
| | |||||
* | wayland/winit: add dbus-xdp-enviroment and configure-gtk | sinanmohd | 2023-07-02 | 1 | -1/+5 |
| | | | | see https://git.sinanmohd.com/nixos/tree/features/wayland.nix | ||||
* | xdg-user-dirs: add user-dirs | sinanmohd | 2023-07-02 | 2 | -0/+16 |
| | |||||
* | profile: add more env vars for wayland | sinanmohd | 2023-07-02 | 1 | -1/+3 |
| | |||||
* | gtk: remove rounded corners and dropshadow of themes like adwaita | sinanmohd | 2023-06-29 | 1 | -0/+15 |
| | | | | https://github.com/swaywm/sway/wiki/GTK-3-settings-on-Wayland | ||||
* | profile: wayland changes based on xdp wiki | sinanmohd | 2023-06-29 | 1 | -5/+4 |
| | | | | https://github.com/emersion/xdg-desktop-portal-wlr/wiki/%22It-doesn't-work%22-Troubleshooting-Checklist | ||||
* | cwall: add support for jxl, case insensitive search | sinanmohd | 2023-06-25 | 1 | -7/+8 |
| |