aboutsummaryrefslogtreecommitdiff
path: root/hypr
diff options
context:
space:
mode:
Diffstat (limited to 'hypr')
-rw-r--r--hypr/autostart.conf3
-rw-r--r--hypr/debug.conf2
-rw-r--r--hypr/decorations.conf4
-rw-r--r--hypr/hypridle.conf2
-rw-r--r--hypr/hyprland.conf17
-rw-r--r--hypr/input.conf14
-rw-r--r--hypr/monitors.conf7
-rw-r--r--hypr/plugins.conf3
-rw-r--r--hypr/windows.conf47
-rw-r--r--hypr/workspaces.conf22
10 files changed, 72 insertions, 49 deletions
diff --git a/hypr/autostart.conf b/hypr/autostart.conf
index 1106b4e..98818ad 100644
--- a/hypr/autostart.conf
+++ b/hypr/autostart.conf
@@ -2,7 +2,7 @@ exec-once = uwsm app -- nm-applet &
exec-once = uwsm app -- /usr/bin/openrgb -p MyProfile1
exec-once = uwsm app -- easyeffects --gapplication-service &
# exec-once = uwsm app -- dunst &
-exec-once= uwsm app -- wpaperd -d
+exec-once= uwsm app -- /home/venkatesh/.scripts/wallpaper.sh /home/venkatesh/Pictures/Wallpapers 60
# exec-once = uwsm app -- waybar & hyprpaper & firefox
exec = uwsm app -- ~/.config/waybar/launch.sh
exec-once = uwsm app -- hypridle
@@ -10,3 +10,4 @@ exec-once = uwsm app -- hyprpm reload -n
exec-once = uwsm app -- wl-paste --watch cliphist store &
exec-once = uwsm app -- zmk-battman &
exec-once = xrandr --output HDMI-A-1 --primary
+# exec-once = hyprctl plugin load /usr/lib/libhy3.so
diff --git a/hypr/debug.conf b/hypr/debug.conf
index d54213f..8110f10 100644
--- a/hypr/debug.conf
+++ b/hypr/debug.conf
@@ -1,3 +1,3 @@
debug {
- full_cm_proto = true
+ # full_cm_proto = true
}
diff --git a/hypr/decorations.conf b/hypr/decorations.conf
index 4ebf0f5..7429e56 100644
--- a/hypr/decorations.conf
+++ b/hypr/decorations.conf
@@ -1,7 +1,7 @@
decoration {
rounding = 16
active_opacity = 0.85
- inactive_opacity = 0.84
+ inactive_opacity = 0.79
shadow {
enabled = false
@@ -13,7 +13,7 @@ decoration {
blur {
enabled = true
popups = true
- size = 10
+ size = 4
passes = 4
brightness = 1.5
vibrancy = 0.1696
diff --git a/hypr/hypridle.conf b/hypr/hypridle.conf
index a1a6e97..a07c064 100644
--- a/hypr/hypridle.conf
+++ b/hypr/hypridle.conf
@@ -1,5 +1,5 @@
general {
- lock_cmd = pidof hyprlock || hyprlock
+ # lock_cmd = pidof hyprlock || hyprlock
}
# Turn off screen
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf
index 129db6a..d094d32 100644
--- a/hypr/hyprland.conf
+++ b/hypr/hyprland.conf
@@ -4,17 +4,18 @@ source = ~/.config/hypr/debug.conf
source = ~/.config/hypr/decorations.conf
source = ~/.config/hypr/env.conf
source = ~/.config/hypr/input.conf
-source = ~/.config/hypr/keybinds.conf
source = ~/.config/hypr/misc.conf
source = ~/.config/hypr/monitors.conf
source = ~/.config/hypr/plugins.conf
source = ~/.config/hypr/windows.conf
source = ~/.config/hypr/workspaces.conf
+source = ~/.config/hypr/keybinds.conf
$bg = rgb(282828)
$fg = rgba(ebdbb280)
$fg1 = rgba(a8998480)
+
general {
gaps_in = 15
gaps_out = 30
@@ -28,17 +29,21 @@ general {
render {
# explicit_sync = 1
+ send_content_type = true
+ non_shader_cm = 2
+ # cm_fs_passthrough = 0
+ # cm_auto_hdr = 0
}
-master {
- new_status = slave
- orientation = center
-}
+# master {
+# new_status = slave
+# orientation = center
+# }
xwayland {
force_zero_scaling = true
}
experimental {
- xx_color_management_v4 = true
+ # xx_color_management_v4 = true
}
diff --git a/hypr/input.conf b/hypr/input.conf
index 2578a38..a894f23 100644
--- a/hypr/input.conf
+++ b/hypr/input.conf
@@ -7,10 +7,16 @@ input {
follow_mouse = 1
touchpad {
- natural_scroll = false
+ natural_scroll = true
+ clickfinger_behavior = true
+ tap-to-click = false
+ tap-and-drag = false
+ scroll_factor = 0.3
}
}
-gestures {
- workspace_swipe = false
-}
+gesture = 3, horizontal, workspace
+
+# gestures {
+# workspace_swipe = false
+# }
diff --git a/hypr/monitors.conf b/hypr/monitors.conf
index 8adcd1d..265c30b 100644
--- a/hypr/monitors.conf
+++ b/hypr/monitors.conf
@@ -1,5 +1,4 @@
-# Generated by nwg-displays on 2025-06-07 at 12:04:51. Do not edit manually.
+# Generated by nwg-displays on 2025-11-20 at 10:24:31. Do not edit manually.
-monitor=HDMI-A-1,[email protected],0x1296,1.25,bitdepth,10
-monitor=DP-1,[email protected],2752x1296,1.25
-monitor=DP-2,[email protected],327x144,1.25
+monitor=desc:LG Electronics LG ULTRAGEAR 305NTJJ5N396,[email protected],430x0,1.0,bitdepth,10
+monitor=desc:Microstep MPG341CX OLED 0x01010101,[email protected],0x1080,1.25,bitdepth,10
diff --git a/hypr/plugins.conf b/hypr/plugins.conf
index 4309471..8e1bb2b 100644
--- a/hypr/plugins.conf
+++ b/hypr/plugins.conf
@@ -1,4 +1,7 @@
plugin {
+ darkwindow {
+ load_shaders = chromakey
+ }
hy3 {
$bg = rgba(282828d9)
$fg = rgb(ebdbb2)
diff --git a/hypr/windows.conf b/hypr/windows.conf
index 6098f53..dc546f1 100644
--- a/hypr/windows.conf
+++ b/hypr/windows.conf
@@ -1,23 +1,30 @@
-windowrule = suppressevent maximize, class:^class:.*
-windowrule = idleinhibit fullscreen, class:.*
-windowrule = noanim, class:^(gamescope)$
-windowrule = noblur, class:^(gamescope)$
-windowrule = noborder, class:^(gamescope)$
-windowrule = nodim, class:^(gamescope)$
-windowrule = noshadow, class:^(gamescope)$
-windowrule = norounding, class:^(gamescope)$
-windowrule = opaque, class:^(steam_app_default)$
-windowrule = noanim, class:^(steam_app_default)$
-windowrule = noblur, class:^(steam_app_default)$
-windowrule = noborder, class:^(steam_app_default)$
-windowrule = nodim, class:^(steam_app_default)$
-windowrule = noshadow, class:^(gamescope)$
-windowrule = norounding, class:^(gamescope)$
-windowrule = opaque, class:^(gamescope)$
-layerrule = blur, notifications
-layerrule = ignorezero, notifications
-layerrule = blur, rofi
-layerrule = ignorezero, rofi
+windowrule = match:class .* suppress_event maximize
+windowrule = match:class .* idle_inhibit fullscreen
+windowrule = match:class ^(steam_app_default)$ opaque
+windowrule = match:class ^(steam_app_default)$ noanim
+windowrule = match:class ^(steam_app_default)$ noblur
+windowrule = match:class ^(steam_app_default)$ noborder
+windowrule = match:class ^(steam_app_default)$ nodim
+windowrule = match:class ^(steam_app_default)$ noshadow
+windowrule = match:class ^(steam_app_default)$ norounding
+# windowrule = noanim, class:^(gamescope)$
+# windowrule = noblur, class:^(gamescope)$
+# windowrule = noborder, class:^(gamescope)$
+# windowrule = nodim, class:^(gamescope)$
+# windowrule = noshadow, class:^(gamescope)$
+# windowrule = norounding, class:^(gamescope)$
+# windowrule = opaque, class:^(steam_app_default)$
+# windowrule = noanim, class:^(steam_app_default)$
+# windowrule = noblur, class:^(steam_app_default)$
+# windowrule = noborder, class:^(steam_app_default)$
+# windowrule = nodim, class:^(steam_app_default)$
+# windowrule = noshadow, class:^(gamescope)$
+# windowrule = norounding, class:^(gamescope)$
+# windowrule = opaque, class:^(gamescope)$
+layerrule = match:namespace notifications blur on
+layerrule = match:namespace notifications ignorezero on
+layerrule = match:namespace rofi blur on
+layerrule = match:namespace rofi ignorezero on
# windowrulev2 = plugin:chromakey,fullscreen:0
# chromakey_background = 40,40,40
# windowrulev2 = plugin:shadewindow chromakey bkg=40,40,40,fullscreen:0
diff --git a/hypr/workspaces.conf b/hypr/workspaces.conf
index dd2f7e6..9d435ff 100644
--- a/hypr/workspaces.conf
+++ b/hypr/workspaces.conf
@@ -1,10 +1,12 @@
-workspace=1,monitor:HDMI-A-1,default:true
-workspace=2,monitor:HDMI-A-1
-workspace=3,monitor:HDMI-A-1
-workspace=4,monitor:HDMI-A-1
-workspace=5,monitor:HDMI-A-1
-workspace=6,monitor:DP-2,default:true
-workspace=7,monitor:DP-2
-workspace=8,monitor:DP-2
-workspace=9,monitor:DP-1,default:true
-workspace=10,monitor:DP-1
+# Generated by nwg-displays on 2025-11-20 at 10:23:45. Do not edit manually.
+
+workspace=1,monitor:desc:Microstep MPG341CX OLED 0x01010101,default:true
+workspace=2,monitor:desc:Microstep MPG341CX OLED 0x01010101
+workspace=3,monitor:desc:Microstep MPG341CX OLED 0x01010101
+workspace=4,monitor:desc:Microstep MPG341CX OLED 0x01010101
+workspace=5,monitor:desc:Microstep MPG341CX OLED 0x01010101
+workspace=6,monitor:desc:LG Electronics LG ULTRAGEAR 305NTJJ5N396,default:true
+workspace=7,monitor:desc:LG Electronics LG ULTRAGEAR 305NTJJ5N396
+workspace=8,monitor:desc:LG Electronics LG ULTRAGEAR 305NTJJ5N396
+workspace=9,monitor:desc:LG Electronics LG ULTRAGEAR 305NTJJ5N396
+workspace=10,monitor:desc:LG Electronics LG ULTRAGEAR 305NTJJ5N396