aboutsummaryrefslogtreecommitdiff
path: root/.config/hypr
diff options
context:
space:
mode:
Diffstat (limited to '.config/hypr')
-rw-r--r--.config/hypr/hyprland.conf25
1 files changed, 13 insertions, 12 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf
index 066cc0a..8f092bb 100644
--- a/.config/hypr/hyprland.conf
+++ b/.config/hypr/hyprland.conf
@@ -2,17 +2,18 @@
monitor = DP-3, 3840x2160@165, 0x0, 1.5
monitor = DP-2, 2560x1440@165, -2560x0, 1
-$terminal = kitty
-$menu = rofi -show drun
+$terminal = footclient
+$menu = mew-run
exec-once = dbus-update-activation-environment --all
+exec-once = foot --server
exec-once = start-pipewire
exec-once = mpd
exec-once = waybar
exec-once = mako
exec-once = swayidle
exec-once = singboxwrap
-exec-once = sleep 0.1 && randombg
+# exec-once = sleep 0.1 && randombg
exec-once = gpg-agent --daemon
exec-once = gnome-keyring-daemon --start --components=secrets
@@ -32,12 +33,12 @@ env = GTK_THEME,Everforest-Purple-Dark
# permission = /usr/(bin|local/bin)/hyprpm, plugin, allow
general {
- gaps_in = 5
- gaps_out = 10
+ gaps_in = 0
+ gaps_out = 0
- border_size = 3
- col.active_border = rgba(83a598ff)
- col.inactive_border = rgba(595959aa)
+ border_size = 2
+ col.active_border = rgb(83a598)
+ col.inactive_border = rgb(595959)
resize_on_border = false
@@ -47,7 +48,7 @@ general {
}
decoration {
- rounding = 10
+ rounding = 0
rounding_power = 2
active_opacity = 1.0
inactive_opacity = 1.0
@@ -57,7 +58,7 @@ decoration {
}
blur {
- enabled = true
+ enabled = false
size = 3
passes = 1
@@ -66,7 +67,7 @@ decoration {
}
animations {
- enabled = true
+ enabled = false
bezier = easeOutQuint,0.23,1,0.32,1
bezier = easeInOutCubic,0.65,0.05,0.36,1
bezier = linear,0,0,1,1
@@ -104,7 +105,7 @@ misc {
force_default_wallpaper = 0
disable_hyprland_logo = true
enable_swallow = 1
- swallow_regex = ^(kitty)$
+ swallow_regex = ^(footclient)$
}
experimental {