Skip to content

Commit 7cef694

Browse files
committed
Ghostty+Keepmenu: Fix clipboard notification spam, fix auto-typing
ghostty-org/ghostty#4800
1 parent ccebfdc commit 7cef694

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

.config/ghostty/config

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
app-notifications = no-clipboard-copy
12
confirm-close-surface = false
23
copy-on-select = clipboard
34
cursor-style-blink = false

.config/hypr/hyprland.conf

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ exec-once = gammastep
3030
exec-once = systemctl --user start hyprpolkitagent
3131
exec-once = hyprctl setcursor capitaine-cursors-light 24
3232
exec-once = hypridle
33+
exec-once = ydotoold
3334

3435
# Scripts
3536
exec-once = ${HOME}/.local/bin/wm/wallpaper.sh

.config/keepmenu/config.ini

+7
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,12 @@ autotype_default = {USERNAME}{TAB}{PASSWORD}{ENTER}
1111
gui_editor = emacsclient
1212
editor = vim
1313
terminal = urxvt
14+
15+
# >>> session=xorg
1416
type_library = xdotool
17+
# <<<
18+
# >>> session=wayland
19+
# type_library = ydotool
20+
# <<<
21+
1522
hide_groups = Recycle Bin

0 commit comments

Comments
 (0)