diff --git a/home/common/default.nix b/home/common/default.nix index 3c116666..be80826f 100644 --- a/home/common/default.nix +++ b/home/common/default.nix @@ -119,9 +119,8 @@ # on-button-left=exec bash -c 'hyprctl dispatch focuswindow "pid:$1"' _ $id # on-button-right=exec bash -c 'hyprctl dispatch focuswindow "pid:$1"' _ $id # outside # 36? 40?12 + # outer-margin=36,0,0,0 extraConfig = '' - outer-margin=36,0,0,0 - [app-name="Element"] on-button-left=exec bash -c 'hyprctl dispatch workspace $(hyprctl -j clients | jq -r ".[] | select (.class == \"Element\") | .workspace.id")' _