diff options
author | Saumit Dinesan <justsaumit@protonmail.com> | 2023-03-13 23:44:42 +0530 |
---|---|---|
committer | Saumit Dinesan <justsaumit@protonmail.com> | 2023-03-13 23:44:42 +0530 |
commit | 1f35cbc6882816c894d465f6316e7e28a337aecb (patch) | |
tree | 6cb7075286ca101fb6a205688fb1a9c5e8c6063c /.config/hypr | |
parent | c0984d20f9f6ab305cd28ebe5ca0e3c199f6a410 (diff) |
tofi+wpaperd+hyprland.conf
Diffstat (limited to '.config/hypr')
-rw-r--r-- | .config/hypr/hyprland.conf | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 47112d0..4fed421 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -4,7 +4,7 @@ monitor=eDP-1,1920x1080@60,0x0,1.05 # See https://wiki.hyprland.org/Configuring/Keywords/ for more # Execute your favorite apps at launch -exec-once = waybar +exec-once = waybar, dunst, wpaperd #hyprpaper # Source a file (multi-file configs) @@ -32,7 +32,7 @@ master { decoration { rounding = 3 multisample_edges = true - active_opacity=0.98 + active_opacity=0.99 inactive_opacity=0.93 fullscreen_opacity=1.0 blur = true @@ -105,14 +105,14 @@ bind = $MOD SHIFT, Return, exec, kitty bind = $MOD, Q, exec, brave bind = $MOD CTRL, Q, exec, brave --incognito bind = $MOD ALT, Q, exec, brave --tor +bind = $MOD SHIFT, W, exec, whatsapp-nativefier bind = $MOD, W, killactive, bind = $MOD CTRL SHIFT, Q, exit, -bind = $MOD, W, exec, emacs, -bind = $MOD, R, exec, ranger, bind = $MOD, F, togglefloating, bind = $MOD, Space, togglefloating, -bindr= $MOD, D, exec, pkill wofi || wofi --show drun +bind = $MOD, E, exec, emacs bind = $MOD, R, exec, kitty -e ranger +bind= $MOD, D, exec, tofi-run #master-stack layout bind = $MOD, Return,layoutmsg, swapwithmaster |