Add hyprland/wayland config

This commit is contained in:
2023-08-18 19:38:09 +02:00
parent 0d1227ef19
commit 8276cf83b4
20 changed files with 1193 additions and 18 deletions

1
kanshi/config Normal file
View File

@ -0,0 +1 @@
include ~/.config/kanshi/config.d/*

11
kanshi/config.d/10-dock Normal file
View File

@ -0,0 +1,11 @@
profile Dock {
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
output eDP-1 disable
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
}

View File

@ -0,0 +1,6 @@
profile mobile {
output eDP-1 enable scale 1.25 position 0,0
exec systemctl --user start gammastep.service
exec rfkill unblock wifi
exec bash ~/.config/hypr/scripts/launch_waybar.sh
}