configures cliphist

This commit is contained in:
Dennis Schoepf 2025-11-25 23:51:16 +01:00
parent 44e1b85f74
commit 1407b6964d
7 changed files with 29 additions and 18 deletions

View file

@ -246,16 +246,6 @@ window-rule {
// open-on-workspace "chat"
// }
// Work around WezTerm's initial configure bug
// by setting an empty default-column-width.
// window-rule {
// // This regular expression is intentionally made as specific as possible,
// // since this is the default config, and we want no false positives.
// // You can get away with just app-id="wezterm" if you want.
// match app-id=r#"^org\.wezfurlong\.wezterm$"#
// default-column-width {}
// }
// Open the Firefox picture-in-picture player as floating by default.
window-rule {
// This app-id regular expression will work for both:
@ -305,10 +295,10 @@ binds {
Mod+Shift+Slash { show-hotkey-overlay; }
// Suggested binds for running programs: terminal, app launcher, screen locker.
Mod+Return hotkey-overlay-title="Open a terminal" { spawn "wezterm"; }
Mod+T hotkey-overlay-title="Open a terminal" { spawn "ghostty +new-window"; }
Mod+Space hotkey-overlay-title="Launcher" { spawn "fuzzel"; }
Mod+B hotkey-overlay-title="Browser" { spawn "firefox"; }
Mod+M hotkey-overlay-title="System Monitor" { spawn-sh "wezterm start -- btop"; }
Mod+M hotkey-overlay-title="System Monitor" { spawn-sh "ghostty -e btop"; }
Mod+N hotkey-overlay-title="File Manager" { spawn "nautilus"; }
Mod+Alt+L hotkey-overlay-title="Lock the Screen: hyprlock" { spawn "hyprlock"; }