ch4xer

Results 11 comments of ch4xer

同样的问题,系统为arch linux,正常启动后点击AntSword->Quit无法退出,点击Window->Close Window无法退出。不知道需要提供哪些debug信息。

I have the same problem when using tmux with kitty under hyprland, here is my configuration ``` set -ga terminal-overrides ",xterm*:Tc" set-option -g status-interval 5 set-option -g automatic-rename on set-option...

@life5ign yes! I found the problem disappears when I switch to another terminal emulators like alacritty and foot. BTW, I noticed that the clipboard problem happened when I copy text...

@life5ign I think the issue should be under kitty topic. https://github.com/kovidgoyal/kitty/issues/6890

@SpiritCroc May I ask how to get `window.type` in sway? as when I use `i3ipc.Con#type()`, it just give me a useless string "con".

My bad, I always use tabbed mode in scratchpad, the tabbed window is `con` while its parent node is `floating_con`

to remove all the spaces, you can modify symbols-outline/parser.lua, go to `M.get_lines`, change `line[index] = ' '` at line 119 to `line[index] = ''` and `line[index] = line[index] .. '...

@yellowgh0st thanks for you script, but i encounter a problem that i can not use qdbus command like `qdbus org.kde.kglobalaccel /component/kwin invokeShortcut Expose` with systemd service, but when i manully...

Similar error occurs when I moving cursor from document_symbols to golang file. My neotree config: ```lua require("neo-tree").setup({ sources = { 'filesystem', 'document_symbols', }, source_selector = { winbar = true, sources...

Modify From: ```bash if [[ "$CHENTRY" =~ "WPA2" ]] || [[ "$CHENTRY" =~ "WEP" ]]; then WIFIPASS=$(echo "if connection is stored, hit enter" | rofi -dmenu -p "password: " -lines...