Ghostty+Keepmenu: Fix clipboard notification spam, fix auto-typing
https://github.com/ghostty-org/ghostty/issues/4800
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
app-notifications = no-clipboard-copy
|
||||||
confirm-close-surface = false
|
confirm-close-surface = false
|
||||||
copy-on-select = clipboard
|
copy-on-select = clipboard
|
||||||
cursor-style-blink = false
|
cursor-style-blink = false
|
||||||
|
|||||||
@@ -30,6 +30,7 @@ exec-once = gammastep
|
|||||||
exec-once = systemctl --user start hyprpolkitagent
|
exec-once = systemctl --user start hyprpolkitagent
|
||||||
exec-once = hyprctl setcursor capitaine-cursors-light 24
|
exec-once = hyprctl setcursor capitaine-cursors-light 24
|
||||||
exec-once = hypridle
|
exec-once = hypridle
|
||||||
|
exec-once = ydotoold
|
||||||
|
|
||||||
# Scripts
|
# Scripts
|
||||||
exec-once = ${HOME}/.local/bin/wm/wallpaper.sh
|
exec-once = ${HOME}/.local/bin/wm/wallpaper.sh
|
||||||
|
|||||||
@@ -11,5 +11,12 @@ autotype_default = {USERNAME}{TAB}{PASSWORD}{ENTER}
|
|||||||
gui_editor = emacsclient
|
gui_editor = emacsclient
|
||||||
editor = vim
|
editor = vim
|
||||||
terminal = urxvt
|
terminal = urxvt
|
||||||
|
|
||||||
|
# >>> session=xorg
|
||||||
type_library = xdotool
|
type_library = xdotool
|
||||||
|
# <<<
|
||||||
|
# >>> session=wayland
|
||||||
|
# type_library = ydotool
|
||||||
|
# <<<
|
||||||
|
|
||||||
hide_groups = Recycle Bin
|
hide_groups = Recycle Bin
|
||||||
|
|||||||
Reference in New Issue
Block a user