diff options
author | Saumit Dinesan <justsaumit@protonmail.com> | 2023-08-19 22:24:34 +0530 |
---|---|---|
committer | Saumit Dinesan <justsaumit@protonmail.com> | 2023-08-19 22:24:34 +0530 |
commit | 4a6cfbc92d605baab04e43aad939dd74bbd11b4c (patch) | |
tree | a03a3fb42df11466fc52ee1b1be326f54b9fab89 /.config | |
parent | 4d31dd83da1c8700060536c77f184c6edcca730c (diff) |
hypr: thunderbird mail client+foot terminfo fix+blur error remove
Diffstat (limited to '.config')
-rw-r--r-- | .config/hypr/hyprland.conf | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 4449348..cd3c9b4 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -41,10 +41,6 @@ decoration { active_opacity=0.99 inactive_opacity=0.94 fullscreen_opacity=1.0 - blur = true - blur_size = 4 - blur_passes = 1 - blur_new_optimizations = on drop_shadow = true shadow_range = 4 shadow_render_power = 3 @@ -131,6 +127,7 @@ bind = $MOD, Space, togglefloating bind = $MOD SHIFT,S,movetoworkspace,special bind = $MOD,S,togglespecialworkspace, #bindr= $MOD, D, exec, pkill tofi || tofi-run | xargs hyprctl dispatch exec +bind = $MOD, F1, exec, pidkillall #rofi bindr = $MOD, D, exec, pkill rofi || rofi -show run bindr = $MOD CTRL, D, exec, pkill rofi || rofi -show drun @@ -153,10 +150,8 @@ bind = $MOD SHIFT, W, exec, whatsapp-nativefier bind = $MOD, E, exec, emacs # Launch ncloud bind = $MOD SHIFT, N, exec, qutebrowser https://ncloud.draconyan.xyz -# Launch outlook -bind = $MOD SHIFT, E, exec, qutebrowser https://outlook.office365.com/mail/inbox -# Launch gmail -bind = $MOD CTRL, E, exec, qutebrowser https://mail.google.com +# Launch thunderbird +bind = $MOD SHIFT, E, exec, thunderbird # Launch protonmail bind = $MOD ALT, E, exec, qutebrowser https://mail.proton.me/u/0/inbox # Launch teams @@ -166,7 +161,7 @@ bind = $MOD SHIFT, M, exec, sp # Launch discord bind = $MOD SHIFT, D, exec, discord # Launch telegram -bind = $MOD CTRL, E, exec, telegram-desktop +bind = $MOD CTRL, T, exec, telegram-desktop ##(Temp Launch) # Launch ranger @@ -174,7 +169,7 @@ bind = $MOD, R, exec, foot --term xterm-256color -e ranger # Launch pulsemixer bind = $MOD, P, exec, foot -e pulsemixer #Launch <go,h,b>top -bind = $MOD SHIFT, G, exec, kitty -e gotop +bind = $MOD SHIFT, G, exec, foot --term xterm -e gotop bind = $MOD SHIFT, H, exec, foot -e htop bind = $MOD SHIFT, B, exec, foot -e btop |