diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-09-21 07:52:21 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-09-21 07:52:21 +0200 |
commit | 0025c20588f2ede2726662a692c432df27add003 (patch) | |
tree | ac0ca1d08af1380cada82210056a96765889b6b1 /.config/hypr | |
parent | 2438bf6cadf3df5a0b3d2e127929804f97ad8e9d (diff) |
Hyprland: Use the new full-calc popup
Diffstat (limited to '.config/hypr')
-rw-r--r-- | .config/hypr/hyprland.conf.in | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/.config/hypr/hyprland.conf.in b/.config/hypr/hyprland.conf.in index d0a4acd..bb13dfc 100644 --- a/.config/hypr/hyprland.conf.in +++ b/.config/hypr/hyprland.conf.in @@ -91,7 +91,7 @@ bind = $modkey, Q, killactive bind = $modkey SHIFT, F, togglefloating # Global programs -__bind(C, ec) +__bind(C, emacsclient -e '(popup-command-full-calc)') __bind(E, emacsclient -ca emacs) __bind(M, foot aerc) __bind(W, firefox) @@ -190,7 +190,3 @@ bindm = $modkey, mouse:273, resizewindow windowrulev2 = float, class:^(org\.pwmt\.zathura)$ windowrulev2 = size 50% 90%, class:^(org\.pwmt\.zathura)$ windowrulev2 = center, class:^(org\.pwmt\.zathura)$ - -windowrulev2 = float, class:^(Emacs)$, title:^(ec)$ -windowrulev2 = size 50% 50%, class:^(Emacs)$, title:^(ec)$ -windowrulev2 = center, class:^(Emacs)$, title:^(ec)$ |