Add hyprland/wayland config
This commit is contained in:
1
kanshi/config
Normal file
1
kanshi/config
Normal file
@ -0,0 +1 @@
|
||||
include ~/.config/kanshi/config.d/*
|
11
kanshi/config.d/10-dock
Normal file
11
kanshi/config.d/10-dock
Normal 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
|
||||
}
|
6
kanshi/config.d/90-mobile
Normal file
6
kanshi/config.d/90-mobile
Normal 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
|
||||
}
|
Reference in New Issue
Block a user