From d5cb5d5ee827d1d064aec6f575090c3681a47dac Mon Sep 17 00:00:00 2001 From: "J. Elfring" Date: Sun, 10 Nov 2024 22:16:06 +0100 Subject: [PATCH] Better dropterminal. The dropdown terminal gets smaller. Caps-Lock becomes Hyper and Hyper drops the term. --- dotfiles/hypr-session/dot-config/hypr/hyprland.conf | 6 +++--- dotfiles/hypr-session/dot-config/hypr/pyprland.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dotfiles/hypr-session/dot-config/hypr/hyprland.conf b/dotfiles/hypr-session/dot-config/hypr/hyprland.conf index 7b5f4f6..c550101 100644 --- a/dotfiles/hypr-session/dot-config/hypr/hyprland.conf +++ b/dotfiles/hypr-session/dot-config/hypr/hyprland.conf @@ -62,7 +62,7 @@ input { kb_layout = de kb_variant = nodeadkeys kb_model = - kb_options = compose:menu + kb_options = compose:menu,caps:hyper kb_rules = follow_mouse = 1 @@ -127,8 +127,8 @@ bind = $mainMod, N, exec, ~/.bin/startBrowserPrivat.sh bind = $mainMod, V, exec, cliphist list | wofi -p Clipboard -S dmenu | cliphist decode | wl-copy # PyPrland -bind = , F1, exec, pypr toggle term -bind = $mainMod, Tab, exec, pypr fetch_client_menu +bind = , Hyper_L, exec, pypr toggle term +bind = $mainMod, Tab, exec, pypr fetch_client_menu # Laptop multimedia keys for volume and LCD brightness bindel = , XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+ diff --git a/dotfiles/hypr-session/dot-config/hypr/pyprland.toml b/dotfiles/hypr-session/dot-config/hypr/pyprland.toml index 2900662..0f0f10c 100644 --- a/dotfiles/hypr-session/dot-config/hypr/pyprland.toml +++ b/dotfiles/hypr-session/dot-config/hypr/pyprland.toml @@ -5,7 +5,7 @@ plugins = ["scratchpads", "fetch_client_menu"] animation = "fromTop" command = "kitty --class kitty-dropterm" class = "kitty-dropterm" -size = "75% 60%" +size = "75% 40%" max_size = "1920px 100%" margin = 51