diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-11-06 20:00:12 -0500 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-11-06 20:00:12 -0500 |
commit | bf8ccc69c6acab2b0b1ba72fcdc01e0495a97a6a (patch) | |
tree | 479ee9530c14d37f05342d2e612ab184d79ba3af /home-config/hypr/hyprland.conf | |
parent | 4628331b6b7058056fe692c5f633bb3e9643e053 (diff) |
updated hyprland, new wallpaper app, color picker, etc
Diffstat (limited to 'home-config/hypr/hyprland.conf')
-rw-r--r-- | home-config/hypr/hyprland.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/home-config/hypr/hyprland.conf b/home-config/hypr/hyprland.conf index 7367d6c..a3545b8 100644 --- a/home-config/hypr/hyprland.conf +++ b/home-config/hypr/hyprland.conf | |||
@@ -197,6 +197,9 @@ bind = $mainMod SHIFT, Print, exec, grimblast edit area | |||
197 | bind = $mainMod, N, exec, makoctl dismiss | 197 | bind = $mainMod, N, exec, makoctl dismiss |
198 | bind = $mainMod SHIFT, N, exec, makoctl dismiss -a | 198 | bind = $mainMod SHIFT, N, exec, makoctl dismiss -a |
199 | 199 | ||
200 | # Color picker | ||
201 | bind = $mainMod SHIFT, C, exec, hyprpicker -a | ||
202 | |||
200 | # Window Rules | 203 | # Window Rules |
201 | 204 | ||
202 | # Firefox PiP | 205 | # Firefox PiP |
@@ -222,4 +225,5 @@ exec-once = ~/.config/hypr/autostart.sh | |||
222 | 225 | ||
223 | misc { | 226 | misc { |
224 | disable_hyprland_logo = true | 227 | disable_hyprland_logo = true |
228 | force_default_wallpaper = 0 | ||
225 | } | 229 | } |