diff --git a/hypr-configs/dotfiles/hypr/configs/settings.conf b/hypr-configs/dotfiles/hypr/configs/settings.conf index 536ce5c..9fba3ac 100644 --- a/hypr-configs/dotfiles/hypr/configs/settings.conf +++ b/hypr-configs/dotfiles/hypr/configs/settings.conf @@ -7,8 +7,8 @@ general { layout = dwindle gaps_in = 4 - gaps_out = 6 - border_size = 1 + gaps_out = 8 + border_size = 2 col.active_border = rgba(0DB7D4FF) col.inactive_border = rgba(31313699) @@ -30,7 +30,7 @@ gestures { } binds { - workspace_back_and_forth = true + workspace_back_and_forth = false allow_workspace_cycles = true pass_mouse_when_bound = false } diff --git a/hypr-configs/dotfiles/hypr/env.conf b/hypr-configs/dotfiles/hypr/env.conf index 7c6ccd0..d8d0764 100644 --- a/hypr-configs/dotfiles/hypr/env.conf +++ b/hypr-configs/dotfiles/hypr/env.conf @@ -15,7 +15,7 @@ exec-once = hyprctl setcursor $mouse_cursor $mouse_cursor_size exec-once = gsettings set org.gnome.desktop.interface cursor-theme $mouse_cursor env = ELECTRON_OZONE_PLATFORM_HINT, auto -env = QT_QPA_PLATFORM, wayland +env = QT_QPA_PLATFORM, wayland;xcb env = QT_QPA_PLATFORMTHEME, qt6ct # env = QT_STYLE_OVERRIDE, kvantum exec-once = gsettings set org.gnome.desktop.interface color-scheme "prefer-dark"