summaryrefslogtreecommitdiff
path: root/home-config
diff options
context:
space:
mode:
Diffstat (limited to 'home-config')
-rwxr-xr-xhome-config/hypr/autostart.sh6
-rw-r--r--home-config/hypr/hyprland.conf3
2 files changed, 8 insertions, 1 deletions
diff --git a/home-config/hypr/autostart.sh b/home-config/hypr/autostart.sh
index ed66fff..4881fd9 100755
--- a/home-config/hypr/autostart.sh
+++ b/home-config/hypr/autostart.sh
@@ -1,5 +1,7 @@
1#!/usr/bin/env bash 1#!/usr/bin/env bash
2 2
3hash dbus-update-activation-environment 2>/dev/null && dbus-update-activation-environment DISPLAY WAYLAND_DISPLAY SWAYSOCK XDG_CURRENT_DESKTOP &
4
3waybar & 5waybar &
4 6
5mako & 7mako &
@@ -7,3 +9,7 @@ mako &
7swaybg -i ~/.config/hypr/Wallpapers/mountains.jpg & 9swaybg -i ~/.config/hypr/Wallpapers/mountains.jpg &
8 10
9swayidle -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' & 11swayidle -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' &
12
13syncthing serve --no-browser &
14
15blueman-applet &
diff --git a/home-config/hypr/hyprland.conf b/home-config/hypr/hyprland.conf
index 5df73de..2c23c63 100644
--- a/home-config/hypr/hyprland.conf
+++ b/home-config/hypr/hyprland.conf
@@ -119,7 +119,8 @@ bind = $mainMod SHIFT, Space, togglefloating
119bind = $mainMod, D, exec, fuzzel --width=35 --font='Hack:weight=bold:size=12' --background-color='282a36fa' --selection-color='3d4460fa' --line-height=20 --border-radius=20 119bind = $mainMod, D, exec, fuzzel --width=35 --font='Hack:weight=bold:size=12' --background-color='282a36fa' --selection-color='3d4460fa' --line-height=20 --border-radius=20
120bind = $mainMod, P, pseudo, # dwindle 120bind = $mainMod, P, pseudo, # dwindle
121bind = $mainMod, J, togglesplit, # dwindle 121bind = $mainMod, J, togglesplit, # dwindle
122bind = $mainMod, F, fullscreen 122bind = $mainMod, F, fullscreen, 1
123bind = $mainMod SHIFT, F, fullscreen
123bind = ,XF86MonBrightnessUp, exec, light -A 10 124bind = ,XF86MonBrightnessUp, exec, light -A 10
124bind = ,XF86MonBrightnessDown, exec, light -U 10 125bind = ,XF86MonBrightnessDown, exec, light -U 10
125 126