update quickshell conf

This commit is contained in:
Johannes Knopp
2026-05-12 12:20:27 +02:00
parent f28788b71a
commit 6847a123d5
5 changed files with 27 additions and 12 deletions

View File

@ -196,7 +196,7 @@ animations {
# See https://wiki.hypr.land/Configuring/Dwindle-Layout/ for more
dwindle {
pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
# pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
preserve_split = true # You probably want this
}
@ -330,6 +330,13 @@ windowrule {
suppress_event = maximize
}
xwayland {
enabled = true
use_nearest_neighbor = true
force_zero_scaling = false
create_abstract_socket = false
}
# Fix some dragging issues with XWayland
windowrule {
name = fix-xwayland-drags

View File

@ -1,7 +1,7 @@
# Generated by nwg-displays on 2026-02-28 at 11:47:04. Do not edit manually.
# Generated by nwg-displays on 2026-04-20 at 01:17:12. Do not edit manually.
monitor=DP-1,2560x1440@165.0,6626x876,1.0
monitor=DP-2,2560x1440@165.0,4066x876,1.0
monitor=HDMI-A-1,disable
monitor=HDMI-A-2,1920x1080@60.0,9186x396,1.0
monitor=HDMI-A-2,transform,3
monitor=HDMI-A-1,disable

View File

@ -1 +1 @@
vim.opt_local.shiftwidth = 4
vim.opt_local.shiftwidth = 2

View File

@ -6,8 +6,8 @@ ShellRoot {
Variants {
model: Quickshell.screens
Bar {
// modelData injected by Variants; Bar.qml binds screen: modelData internally
}
Bar { }
// // modelData injected by Variants; Bar.qml binds screen: modelData internally
// }
}
}

View File

@ -32,11 +32,19 @@
# Shared components module
- { src: components/Theme.qml, dest: components/Theme.qml }
- { src: components/Enclosure.qml, dest: components/Enclosure.qml }
- { src: components/TrayIcon.qml, dest: components/TrayIcon.qml }
- { src: components/qmldir, dest: components/qmldir }
# Bar module (imported as "bar" in shell.qml)
- { src: bar/Bar.qml, dest: bar/Bar.qml }
- { src: bar/MusicPlayer.qml, dest: bar/MusicPlayer.qml }
- { src: bar/Bar.qml, dest: bar/Bar.qml }
- { src: bar/CalendarContent.qml, dest: bar/CalendarContent.qml }
- { src: bar/Clock.qml, dest: bar/Clock.qml }
- { src: bar/MusicPlayer.qml, dest: bar/MusicPlayer.qml }
- { src: bar/MusicPlayerControls.qml, dest: bar/MusicPlayerControls.qml }
- { src: bar/Workspaces.qml, dest: bar/Workspaces.qml }
- { src: bar/WorkspaceButton.qml, dest: bar/WorkspaceButton.qml }
- { src: bar/qmldir, dest: bar/qmldir }
- { src: bar/NetworkStatus.qml, dest: bar/NetworkStatus.qml }
- { src: bar/PopoutWindow.qml, dest: bar/PopoutWindow.qml }
- { src: bar/SysTray.qml, dest: bar/SysTray.qml }
- { src: bar/VolumeControl.qml, dest: bar/VolumeControl.qml }
- { src: bar/VolumeMixerContent.qml, dest: bar/VolumeMixerContent.qml }
- { src: bar/Workspaces.qml, dest: bar/Workspaces.qml }
- { src: bar/WorkspaceButton.qml, dest: bar/WorkspaceButton.qml }
- { src: bar/qmldir, dest: bar/qmldir }