summaryrefslogtreecommitdiff
path: root/config/hyprland/hypr
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2023-08-30 08:23:45 +0200
committerRaymaekers Luca <raymaekers.luca@gmail.com>2023-08-30 08:23:45 +0200
commit3f8594ee04d2a3d9b40a259daf3b564a53b510fa (patch)
tree66ed50643cdc81af813b5771a99732d0f78bb618 /config/hyprland/hypr
parent45d39ae0c67bb086f4df0c366b251e06c888408d (diff)
parent333aaf38c66a1e4ba41d3acea38b21613c0075b2 (diff)
Merge branch 'main' of db:dotfiles
Diffstat (limited to 'config/hyprland/hypr')
-rw-r--r--config/hyprland/hypr/binds.conf4
-rw-r--r--config/hyprland/hypr/hyprland.conf13
-rwxr-xr-xconfig/hyprland/hypr/startup.sh1
3 files changed, 10 insertions, 8 deletions
diff --git a/config/hyprland/hypr/binds.conf b/config/hyprland/hypr/binds.conf
index eb3d4a2..8100868 100644
--- a/config/hyprland/hypr/binds.conf
+++ b/config/hyprland/hypr/binds.conf
@@ -2,12 +2,10 @@ $mainMod = SUPER
$term = foot
-$menu = $(tofi-run)
-$menu_opt = $(tofi-run --auto-accept-single=false)
+$menu = $(commander -r -h)
bind = $mainMod, Return, exec, $term
bind = $mainMod SHIFT, Return, exec, $menu
-bind = $mainMod CTRL, Return, exec, $menu_opt
bind = $mainMod, C, killactive,
bind = $mainMod SHIFT, C, exec, hyprctl kill
bind = $mainMod SHIFT, Q, exit,
diff --git a/config/hyprland/hypr/hyprland.conf b/config/hyprland/hypr/hyprland.conf
index a8a99c2..17f0235 100644
--- a/config/hyprland/hypr/hyprland.conf
+++ b/config/hyprland/hypr/hyprland.conf
@@ -41,14 +41,17 @@ misc {
}
decoration {
- rounding = 2
- blur = no
- blur_size = 3
- blur_passes = 1
- blur_new_optimizations = on
+ rounding = 0
+ blur {
+ enabled = 1
+ size = 6
+ }
dim_inactive = true
dim_strength = 0.08
+ active_opacity = 0.98
+ inactive_opacity = 0.92
+
drop_shadow = yes
shadow_range = 4
shadow_render_power = 3
diff --git a/config/hyprland/hypr/startup.sh b/config/hyprland/hypr/startup.sh
index 83fefe4..6d5957f 100755
--- a/config/hyprland/hypr/startup.sh
+++ b/config/hyprland/hypr/startup.sh
@@ -5,3 +5,4 @@ gammastep &
wl-paste --watch cliphist store &
keyadd id_rsa &
swayidle 300 locker &
+$TERMINAL &