diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 81cdee6..dd3d522 100755 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -2,13 +2,15 @@ # █░▀░█ █▄█ █░▀█ █ ░█░ █▄█ █▀▄ # Day -#monitor=DP-3, highres, 0x1080, 1, vrr, 1 -#monitor=DP-1, highres, 760x0, 1, vrr, 1 -#workspace = DP-1, 5 +monitor=DP-1, 1920x1080@144, 760x0, 1, vrr, 1 +monitor=DP-3, 3440x1440@160, 0x1080, 1, vrr, 1 # Night -monitor=DP-3, highrr, 0x0, 1, vrr, 1 -monitor=DP-1, disable +#monitor=DP-1, disable +#monitor=DP-3, 3440x1440@160, 0x0, 1, vrr, 1 + +# Set primary monitor for xwayland +exec-once = xrandr --output DP-3 --primary # █░░ ▄▀█ █░█ █▄░█ █▀▀ █░█ @@ -24,6 +26,7 @@ exec-once = ~/.config/waybar/autobar.sh exec-once = dunst # start notification demon exec-once = swww init exec-once = syncthing --no-browser +exec-once = xwaylandvideobridge # █▀▀ █▄░█ █░█ @@ -32,11 +35,11 @@ exec-once = syncthing --no-browser env = XDG_CURRENT_DESKTOP,Hyprland env = XDG_SESSION_TYPE,wayland env = XDG_SESSION_DESKTOP,Hyprland -env = QT_QPA_PLATFORM,wayland +#env = QT_QPA_PLATFORM,wayland;xcb #env = QT_STYLE_OVERRIDE,kvantum -env = QT_QPA_PLATFORMTHEME,qt5ct -env = QT_WAYLAND_DISABLE_WINDOWDECORATION,1 -env = QT_AUTO_SCREEN_SCALE_FACTOR,1 +#env = QT_QPA_PLATFORMTHEME,qt5ct +#env = QT_WAYLAND_DISABLE_WINDOWDECORATION,1 +#env = QT_AUTO_SCREEN_SCALE_FACTOR,1 env = MOZ_ENABLE_WAYLAND,1 @@ -59,6 +62,7 @@ input { # █▄▄ █▀█ ░█░ █▄█ █▄█ ░█░ ▄█ workspace = DP-3, 1 +workspace = DP-1, 5 dwindle { pseudotile = yes @@ -69,6 +73,15 @@ master { new_is_master = true } +xwayland { + # latest configuration + # use_nearset_neighbor = true + # force_zero_scaling = true + # current configuration + use_nearest_neighbor = false + force_zero_scaling = false +} + # █▀ █▀█ █░█ █▀█ █▀▀ █▀▀ diff --git a/hypr/theme.conf b/hypr/theme.conf index 2d92124..9e01fcc 100644 --- a/hypr/theme.conf +++ b/hypr/theme.conf @@ -24,9 +24,12 @@ layerrule = blur,waybar source = ~/.config/hypr/mocha.conf general { - gaps_in = 15 - gaps_out = 40, 160, 40, 160 - border_size = 4 + #gaps_in = 15 + #gaps_out = 40, 160, 40, 160 + gaps_in = 0 + gaps_out = 0 + #border_size = 4 + border_size = 0 col.active_border = $peach col.inactive_border = $peach layout = dwindle diff --git a/hypr/windowrules.conf b/hypr/windowrules.conf index d581300..2374a56 100644 --- a/hypr/windowrules.conf +++ b/hypr/windowrules.conf @@ -11,7 +11,7 @@ windowrulev2 = float, class:^(qt5ct)$ windowrulev2 = float, class:^(nwg-look)$ windowrulev2 = float, class:^(pavucontrol)$ windowrulev2 = float, class:^(org.kde.polkit-kde-authentication-agent-1)$ -windowrulev2 = float, class:^(steam)$ +#windowrulev2 = float, class:^(steam)$ # Development windowrulev2 = float, class:^(Unity)$ @@ -24,11 +24,17 @@ windowrulev2 = center, title:^(TetrisPlusPlus)$ # Games windowrulev2 = opacity 1.00 override 1.00 override, class:^(Minecraft.*)$ windowrulev2 = pseudo, class:^(Minecraft.*)$ -windowrulev2 = size 2646 1108, class:^(Minecraft.*)$ +windowrulev2 = size 2560 1080, class:^(Minecraft.*)$ windowrulev2 = opacity 1.00 override 1.00 override, class:^(steam_app_.*)$ windowrulev2 = pseudo, class:^(steam_app_.*)$ -windowrulev2 = size 2646 1108, class:^(steam_app_.*)$ +windowrulev2 = size 2560 1080, class:^(steam_app_.*)$ windowrulev2 = opacity 1.00 override 1.00 override, class:^(steam_proton)$ windowrulev2 = pseudo, class:^(steam_proton)$ -windowrulev2 = size 2646 1108, class:^(steam_proton)$ +windowrulev2 = size 2560 1080, class:^(steam_proton)$ +# xwaylandvideobridge +windowrulev2 = opacity 0.0 override 0.0 override,class:^(xwaylandvideobridge)$ +windowrulev2 = noanim,class:^(xwaylandvideobridge)$ +windowrulev2 = noinitialfocus,class:^(xwaylandvideobridge)$ +windowrulev2 = maxsize 1 1,class:^(xwaylandvideobridge)$ +windowrulev2 = noblur,class:^(xwaylandvideobridge)$