From: Andre Ramnitz Date: Tue, 12 Dec 2023 12:39:40 +0000 (+0100) Subject: update kks handling X-Git-Tag: v0.2~341 X-Git-Url: https://git.ramnitz.eu/?a=commitdiff_plain;h=0ddb2d281e339ddc401e9c7c4c38cbf29855a786;p=dotfiles.git update kks handling --- diff --git a/bin/.local/bin/foot b/bin/.local/bin/foot deleted file mode 100755 index d02110ac..00000000 --- a/bin/.local/bin/foot +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -foot -L /usr/bin/fish diff --git a/hypr/.config/hypr/hyprland.conf b/hypr/.config/hypr/hyprland.conf index 7c3d4bea..37cdae87 100644 --- a/hypr/.config/hypr/hyprland.conf +++ b/hypr/.config/hypr/hyprland.conf @@ -157,7 +157,7 @@ windowrulev2 = minsize 1 1, title:^()$, class:^(steam)$ windowrulev2 = float, size 1560 1000, pin, workspace special:overlay, class:^(org.keepassxc.KeePassXC)$ windowrule = float, ^(firefox)$ windowrulev2 = opacity 1.0 override 0.8 override, group, class:^(foot)$ -windowrulev2 = opacity 1.0 override 0.8 override, float, class:^(popup)$ #kks shell integration +windowrulev2 = float, opacity 1.0 override 0.8 override, class:^(popup)$ windowrule = float, ^(openrgb)$ windowrule = float, ^(org.kde.*)$ # windowrule = float, ^(org.kde.okular)$ @@ -175,7 +175,8 @@ bind = $sureMod, F, fullscreen,0 bind = $sureMod, Return, exec, konsole # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more -bind = $mainMod, Return, exec, /home/andy/.local/bin/foot +bind = $mainMod, Return, exec, foot -L /usr/bin/fish +bind = $mainMod Shift, Return, exec, foot -a popup -L /usr/bin/fish bind = $mainMod, E, exec, dolphin bind = $mainMod, F, fullscreen,1 bind = $mainMod, V, togglefloating, diff --git a/kak/.config/kak/kakrc b/kak/.config/kak/kakrc index 28a6f2b1..592172dd 100644 --- a/kak/.config/kak/kakrc +++ b/kak/.config/kak/kakrc @@ -150,6 +150,7 @@ map global kks -docstring 'filetypes' ': kks-connect terminal-pop set-option global foot_normal_cmd 'foot' set-option global foot_popup_cmd 'foot' -set-option global foot_popup_flags '--app-id=popup' +set-option global foot_normal_flags '' +set-option global foot_popup_flags '-a popup' set-option global foot_panel_cmd 'foot'