Results 71 comments of kohane27

Initially I had the following error: ``` ❯ kitty --name dropdown [208 10:40:19.027973] [glfw error 65544]: process_desktop_settings: failed with error: [org.freedesktop.DBus.Error.UnknownMethod] No such interface “org.freedesktop.portal.Settings” on object at path /org/freedesktop/portal/desktop...

I investigated this issue a bit further. If I issue the command `kitty --name dropdown` and then look at the output `swaymsg -t get_tree`, there's only one generic `"app_id": "kitty"`....

@skewballfox Hello! Where could I find the `main` branch? I only see `master` and `feat-sway`. For master the version is `v0.4.1`. I really miss kitti3 and there's a bug as...

Hello @k0kubun Thank you for getting back to me. I appreciate it! Very glad to know that it's planned to be implemented. Best of luck with your conference!

Hello guys! I found a workaroud if you're on the same boat as me. I enabled wayland support in Chromium: [Chromium - ArchWiki](https://wiki.archlinux.org/title/Chromium#Native_Wayland_support) `swaymsg -t get_tree`: ``` "name": "Amplenote -...

![2022-08-09-16-37-44](https://user-images.githubusercontent.com/57322459/183604537-259e9ed8-98a1-48fc-83aa-a1f75ced7850.png) I'm having the same issue as well.

```lua autosave.setup({ enabled = false, execution_message = "", events = { "InsertLeave", "TextChanged" }, conditions = { exists = true, filename_is_not = { "packer_init.lua" }, filetype_is_not = { "lua", "javascript",...

Hello guys. Any update on this? I was exactly looking for this feature. According to [Menu Appearance](https://github.com/hrsh7th/nvim-cmp/wiki/Menu-Appearance#how-to-add-visual-studio-code-dark-theme-colors-to-the-menu), I tried to directly add the following but nothing happened: ```lua vim.cmd[[ "...

@Normanras Thank you for taking a look into this. I appreciate it:) ``` :nmap n * lua require("tmux").move_left() :nmap n * lua require("tmux").move_right() :nmap n * lua require("tmux").move_bottom() :nmap n...

Hello @NTBBloodbath. Hope you're doing well. How do I put doom-one in its own file? I understand that its syntax is rewritten. Now I have to put the following in...