update hyprland conf; fix nvim lspconfig
This commit is contained in:
@ -24,6 +24,7 @@ $menu = wofi --show drun
|
||||
# Autostart necessary processes (like notifications daemons, status bars, etc.)
|
||||
# Or execute your favorite apps at launch like this:
|
||||
exec-once = waybar
|
||||
exec-once = hyprpanel
|
||||
exec-once = dunst
|
||||
exec-once = firefox
|
||||
exec-once = hyprpaper
|
||||
@ -43,7 +44,7 @@ env = QT_QPA_PLATFORM,waylandl;xcb
|
||||
env = QT_QPA_PLATFORMTHEME,qt5ct
|
||||
env = QT_WAYLAND_DISABLE_WINDOWDECORATION,1
|
||||
env = QT_AUTO_SCREEN_SCALE_FACTOR,1
|
||||
env = QT_STYLE_OVERRIDE,kvantum
|
||||
# env = QT_STYLE_OVERRIDE,kvantum
|
||||
|
||||
env = XDG_CURRENT_DESKTOP,Hyprland
|
||||
env = XDG_SESSION_TYPE,wayland
|
||||
@ -312,3 +313,10 @@ windowrule = nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned
|
||||
windowrulev2 = tag +jb, class:^jetbrains-.+$,floating:1
|
||||
windowrulev2 = stayfocused, tag:jb
|
||||
windowrulev2 = noinitialfocus, tag:jb
|
||||
|
||||
# 1) Do not allow these windows to inhibit Hyprland shortcuts
|
||||
windowrulev2 = noshortcutsinhibit, class:^(jetbrains-.*|android-studio)$
|
||||
|
||||
# 2) Float and center transient dialogs from these apps
|
||||
windowrulev2 = float, class:^(jetbrains-.*|android-studio)$, windowtype:^(dialog|utility|popup)$
|
||||
windowrulev2 = center, class:^(jetbrains-.*|android-studio)$, windowtype:^(dialog|utility|popup)$
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# Generated by nwg-displays on 2025-10-06 at 17:58:07. Do not edit manually.
|
||||
# Generated by nwg-displays on 2025-11-09 at 17:18:32. Do not edit manually.
|
||||
|
||||
monitor=DP-1,2560x1440@165.0,6626x876,1.0
|
||||
monitor=DP-2,2560x1440@165.0,4066x876,1.0
|
||||
|
||||
Reference in New Issue
Block a user