Browse Source

Ghostty+Keepmenu: Fix clipboard notification spam, fix auto-typing

https://github.com/ghostty-org/ghostty/issues/4800
wayland
Riyyi 1 month ago
parent
commit
7cef694420
  1. 1
      .config/ghostty/config
  2. 1
      .config/hypr/hyprland.conf
  3. 7
      .config/keepmenu/config.ini

1
.config/ghostty/config

@ -1,3 +1,4 @@
app-notifications = no-clipboard-copy
confirm-close-surface = false
copy-on-select = clipboard
cursor-style-blink = false

1
.config/hypr/hyprland.conf

@ -30,6 +30,7 @@ exec-once = gammastep
exec-once = systemctl --user start hyprpolkitagent
exec-once = hyprctl setcursor capitaine-cursors-light 24
exec-once = hypridle
exec-once = ydotoold
# Scripts
exec-once = ${HOME}/.local/bin/wm/wallpaper.sh

7
.config/keepmenu/config.ini

@ -11,5 +11,12 @@ autotype_default = {USERNAME}{TAB}{PASSWORD}{ENTER}
gui_editor = emacsclient
editor = vim
terminal = urxvt
# >>> session=xorg
type_library = xdotool
# <<<
# >>> session=wayland
# type_library = ydotool
# <<<
hide_groups = Recycle Bin

Loading…
Cancel
Save