This commit is contained in:
ElKowar 2024-11-16 17:19:29 +01:00
parent f8aee3e71d
commit 08bfc77165

View file

@ -33,21 +33,40 @@ environment {
// GDK_BACKEND "x11" // GDK_BACKEND "x11"
} }
output "DP-2" { output "Philips Consumer Electronics Company PHL 345B1C 0x00008E7C" {
mode "3440x1440@99.982" mode "3440x1440@60"
//variable-refresh-rate
scale 1 scale 1
transform "normal" transform "normal"
position x=1440 y=0 position x=0 y=0
} }
output "HDMI-A-1" { output "DP-4" {
mode "2560x1440" off
scale 1
position x=0 y=0
transform "270"
} }
output "eDP-1" {
mode "1920x1080@60"
scale 1
transform "normal"
position x=0 y=1440
}
// output "DP-2" {
// mode "3440x1440@99.982"
// //variable-refresh-rate
// scale 1
// transform "normal"
// position x=1440 y=0
// }
// output "HDMI-A-1" {
// mode "2560x1440"
// scale 1
// position x=0 y=0
// transform "270"
// }
layout { layout {
gaps 16 gaps 16
// center-focused-column "always" // - "never", "always" "on-overflow" // center-focused-column "always" // - "never", "always" "on-overflow"
@ -153,7 +172,7 @@ binds {
// Suggested binds for running programs: terminal, app launcher, screen locker. // Suggested binds for running programs: terminal, app launcher, screen locker.
Mod+T { spawn "foot"; } Mod+T { spawn "foot"; }
Mod+B { spawn "bash" "-c" "unset DISPLAY && google-chrome --enable-features=TouchpadOverscrollHistoryNavigation"; } Mod+B { spawn "bash" "-c" "unset DISPLAY && google-chrome --ozone-platform-hint=auto --enable-features=VaapiVideoDecodeLinuxGL --enable-features=TouchpadOverscrollHistoryNavigation"; }
Mod+Shift+P { spawn "~/.config/rofi/launchers/type-2/launcher.sh"; } Mod+Shift+P { spawn "~/.config/rofi/launchers/type-2/launcher.sh"; }
Mod+Shift+B { spawn "firefox"; } Mod+Shift+B { spawn "firefox"; }