summaryrefslogtreecommitdiff
path: root/home-config/hypr
diff options
context:
space:
mode:
Diffstat (limited to 'home-config/hypr')
-rw-r--r--home-config/hypr/hyprland.conf10
-rw-r--r--home-config/hypr/pyprland.toml5
-rwxr-xr-xhome-config/hypr/scripts/autostart.sh2
3 files changed, 17 insertions, 0 deletions
diff --git a/home-config/hypr/hyprland.conf b/home-config/hypr/hyprland.conf
index d909142..40dffff 100644
--- a/home-config/hypr/hyprland.conf
+++ b/home-config/hypr/hyprland.conf
@@ -16,6 +16,14 @@ env = XCURSOR_SIZE,24
16 16
17env = AQ_NO_MODIFIERS,1 17env = AQ_NO_MODIFIERS,1
18 18
19render {
20 explicit_sync = false
21}
22
23ecosystem {
24 no_update_news = true
25}
26
19 27
20# See https://wiki.hyprland.org/Configuring/Keywords/ for more 28# See https://wiki.hyprland.org/Configuring/Keywords/ for more
21 29
@@ -215,6 +223,8 @@ bind = $mainMod SHIFT, L, exec, loginctl suspend
215# Keybind to toggle "performance mode" (toggles GPU intensive things) 223# Keybind to toggle "performance mode" (toggles GPU intensive things)
216bind = $mainMod, F1, exec, ~/.config/hypr/scripts/perf_mode.sh 224bind = $mainMod, F1, exec, ~/.config/hypr/scripts/perf_mode.sh
217 225
226bind = $mainMod SHIFT, Z, exec, pypr zoom
227
218# Keybind for screenshot (old) 228# Keybind for screenshot (old)
219bind = $mainMod SHIFT, S, exec, grimblast copy area 229bind = $mainMod SHIFT, S, exec, grimblast copy area
220bind = $mainMod SHIFT, Print, exec, grimblast edit area 230bind = $mainMod SHIFT, Print, exec, grimblast edit area
diff --git a/home-config/hypr/pyprland.toml b/home-config/hypr/pyprland.toml
new file mode 100644
index 0000000..cd081fe
--- /dev/null
+++ b/home-config/hypr/pyprland.toml
@@ -0,0 +1,5 @@
1[pyprland]
2plugins = ["magnify"]
3
4[magnify]
5factor = 2.5
diff --git a/home-config/hypr/scripts/autostart.sh b/home-config/hypr/scripts/autostart.sh
index e505aa0..706f82f 100755
--- a/home-config/hypr/scripts/autostart.sh
+++ b/home-config/hypr/scripts/autostart.sh
@@ -11,6 +11,8 @@ nice -n13 swww init &
11#~/.config/hypr/wallpaper-daemon.sh & 11#~/.config/hypr/wallpaper-daemon.sh &
12wpaperd -d & 12wpaperd -d &
13 13
14pypr &
15
14#swayidle -w timeout 300 'swaylock --screenshots --clock --indicator --grace 3 --fade-in 1 --effect-blur 7x5 --effect-greyscale' timeout 600 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on' before-sleep 'swaylock -f -c 000000' & 16#swayidle -w timeout 300 'swaylock --screenshots --clock --indicator --grace 3 --fade-in 1 --effect-blur 7x5 --effect-greyscale' timeout 600 'hyprctl dispatch dpms off' resume 'hyprctl dispatch dpms on' before-sleep 'swaylock -f -c 000000' &
15 17
16hypridle & 18hypridle &