Add Hyprland stuff

This commit is contained in:
2023-11-27 23:31:36 +01:00
parent 06b642ae28
commit 5017ee7099
9 changed files with 143 additions and 123 deletions

View File

@ -8,4 +8,17 @@ profile Dock {
exec systemctl --user start gammastep.service
exec rfkill block wifi
exec bash ~/.config/hypr/scripts/launch_waybar.sh
exec bash ~/.config/hypr/scripts/workspaces.sh docked
}
profile Dock-Fallback {
output "BNQ BenQ GL2450H ACB00126019" enable mode 1920x1080 position 0,0 transform 270 scale 1
output "BNQ BenQ GL2450H X4F00171019" enable mode 1920x1080 position 4520,0 transform normal scale 1
output "Samsung Electric Company S34J55x H4LT100404" enable mode 3440x1440 position 1080,0 transform normal scale 1
exec ~/.config/hypr/scripts/transformbyname.sh "BNQ BenQ GL2450H ACB00126019" 1
exec ~/.config/hypr/scripts/transformbyname.sh "BNQ BenQ GL2450H X4F00171019" 3
exec systemctl --user start gammastep.service
exec rfkill block wifi
exec bash ~/.config/hypr/scripts/launch_waybar.sh
exec bash ~/.config/hypr/scripts/workspaces.sh docked
}