diff --git a/hyprland/.config/hypr/five-rotated.conf b/hyprland/.config/hypr/five-rotated.conf index b58ddc4..b6ee444 100644 --- a/hyprland/.config/hypr/five-rotated.conf +++ b/hyprland/.config/hypr/five-rotated.conf @@ -1,2 +1,4 @@ monitor=DP-1,highres,0x0,2,transform,1 monitor=HDMI-A-2,highres,1080x0,2 + +# vim: ft=hyprlang diff --git a/hyprland/.config/hypr/five.conf b/hyprland/.config/hypr/five.conf index 2669e26..023b1aa 100644 --- a/hyprland/.config/hypr/five.conf +++ b/hyprland/.config/hypr/five.conf @@ -1,2 +1,4 @@ monitor=DP-1,highres,0x0,2 monitor=HDMI-A-2,highres,1920x0,2 + +# vim: ft=hyprlang diff --git a/hyprland/.config/hypr/hyprland.conf b/hyprland/.config/hypr/hyprland.conf index c684389..9466858 100644 --- a/hyprland/.config/hypr/hyprland.conf +++ b/hyprland/.config/hypr/hyprland.conf @@ -120,3 +120,5 @@ bindm = $mainMod,mouse:273,resizewindow exec-once = waybar exec-once = swayidle -w timeout 300 'swaylock -f -c 263c59' before-sleep 'swaylock -f -c 263c59' + +# vim: ft=hyprlang diff --git a/hyprland/.config/hypr/seven.conf b/hyprland/.config/hypr/seven.conf index d7903fb..a54912d 100644 --- a/hyprland/.config/hypr/seven.conf +++ b/hyprland/.config/hypr/seven.conf @@ -1,3 +1,5 @@ monitor=eDP-1,prefered,0x0,1.5 monitor=DP-1,highres,1280x0,2 monitor=HDMI-A-1,highres,3200x0,2 + +# vim: ft=hyprlang diff --git a/hyprland/.config/hypr/white.conf b/hyprland/.config/hypr/white.conf index 13f8d7a..8d67ba4 100644 --- a/hyprland/.config/hypr/white.conf +++ b/hyprland/.config/hypr/white.conf @@ -6,3 +6,5 @@ env = WLR_NO_HARDWARE_CURSORS,1 monitor=DP-1,highres,0x0,2 monitor=DP-2,highres,1920x0,2 + +# vim: ft=hyprlang