drishal
drishal
this way? ```lisp (with-eval-after-load 'dashboard (defun dashboard-setup-startup-hook () ;;(when (< (length command-line-args) 2) (add-hook 'after-init-hook (lambda () ;; Display useful lists of items (dashboard-insert-startupify-lists))) (add-hook 'emacs-startup-hook (lambda () (switch-to-buffer dashboard-buffer-name)...
Hmm either using `(dashboard-refresh-buffer)` or `get-buffer-create` works for now
exactly same issue here as well latest git builds of pgtk seems to be broken with dashboard for some reason and on top of that it does not send to...
My guess is probably it needs wlroots 0.16 but official repos have 0.15 and git has 0.17 So you might need to package that as well
Sometimes one accidentally presses the wrong keybinds and messes up the layouts, that is why I would love such a feature
But that does not reset `resizeactive` back to default
> @drishal You could wirte script > > This is a example `~/.config/hypr/scripts/toggle-layout.sh`: > > ```shell > #!/usr/bin/env bash > > CURRENT_LAYOUT=$(hyprctl getoption general:layout | sed -n '4p' | awk...
I would also love to allow configuring platform_profiles as well, since my laptop allows tweaking it, would love to push it to `performance` when charging and `low_power` when not plugged...
> For anyone reading this in the future: my issue was installing the package from `melpa-stable` rather than `melpa`, which resulted in the outdated package. after reinstalling from melpa everything...
> > @foster-hangdaan The `moon` variant is the most popular, as it is used by the author of `folke/tokyonight.nvim` himself. > > While `https://github.com/tokyo-night/tokyo-night-vscode-theme` (enkia) was the original, you'll notice...