Removed gaps on hyprland and border
This commit is contained in:
+22
-9
@@ -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
|
||||
}
|
||||
|
||||
|
||||
|
||||
# █▀ █▀█ █░█ █▀█ █▀▀ █▀▀
|
||||
|
||||
Reference in New Issue
Block a user