summaryrefslogtreecommitdiff
path: root/hypr
diff options
context:
space:
mode:
Diffstat (limited to 'hypr')
-rw-r--r--hypr/hyprland.conf21
1 files changed, 9 insertions, 12 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf
index 52d4254..bd3edab 100644
--- a/hypr/hyprland.conf
+++ b/hypr/hyprland.conf
@@ -2,8 +2,6 @@
#{{{ Monitor config
monitor = eDP-1, 1920x1080@60, 0x0, 1
monitor = , preferred, auto, 1
-monitor = HDMI-A-1, 1920x1080@60, 0x0, 1
-monitor = DP-1, 1920x1080@60, 1920x0, 1
#}}}
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
@@ -11,6 +9,7 @@ monitor = DP-1, 1920x1080@60, 1920x0, 1
#{{{ Autostart
# Execute your favorite apps at launch
# exec-once = waybar & hyprpaper & firefox
+exec-once = dinit
exec-once = xdph
exec-once = hyprpm reload -n
exec-once = hyprpaper
@@ -28,10 +27,10 @@ exec-once = mpd
#{{{ env
# Environment variables set at launch
-env = HYPRCURSOR_THEME,BreezeHypr
-env = HYPRCURSOR_SIZE,32
-env = XCURSOR_THEME,BreezeX-Black
-env = XCURSOR_SIZE,32
+env = HYPRCURSOR_THEME, BreezeHypr
+env = HYPRCURSOR_SIZE, 24
+env = XCURSOR_THEME, BreezeX-Black
+env = XCURSOR_SIZE, 24
#}}}
# Source a file (multi-file configs)
@@ -94,8 +93,8 @@ misc {
enable_swallow = true
swallow_regex = ^(kitty)$
swallow_exception_regex = ^(.*)(ueberzug)$
- vfr = true
- vrr = 1
+ vfr = false
+ vrr = 0
}
#}}}
@@ -454,9 +453,7 @@ bind = , XF86AudioNext, exec, playerctl next
bind = , XF86AudioMute, exec, volsv -t
#bindl = , XF86AudioMicMute, exec, volsv -m
bind = , XF86AudioMicMute, exec, volsv -m
-bindel = , XF86MonBrightnessUp, exec, bl -i
-bindel = , XF86MonBrightnessDown, exec, bl -d
-bindl = $mainMod, XF86MonBrightnessUp, exec, bl -I 1
-bindl = $mainMod, XF86MonBrightnessDown, exec, bl -D 1
+bindel = , XF86MonBrightnessUp, exec, hypr-brightness +
+bindel = , XF86MonBrightnessDown, exec, hypr-brightness -
bind = , Print, exec, scrshot
#}}}