update quickshell conf
This commit is contained in:
@ -196,7 +196,7 @@ animations {
|
|||||||
|
|
||||||
# See https://wiki.hypr.land/Configuring/Dwindle-Layout/ for more
|
# See https://wiki.hypr.land/Configuring/Dwindle-Layout/ for more
|
||||||
dwindle {
|
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
|
preserve_split = true # You probably want this
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -330,6 +330,13 @@ windowrule {
|
|||||||
suppress_event = maximize
|
suppress_event = maximize
|
||||||
}
|
}
|
||||||
|
|
||||||
|
xwayland {
|
||||||
|
enabled = true
|
||||||
|
use_nearest_neighbor = true
|
||||||
|
force_zero_scaling = false
|
||||||
|
create_abstract_socket = false
|
||||||
|
}
|
||||||
|
|
||||||
# Fix some dragging issues with XWayland
|
# Fix some dragging issues with XWayland
|
||||||
windowrule {
|
windowrule {
|
||||||
name = fix-xwayland-drags
|
name = fix-xwayland-drags
|
||||||
|
|||||||
@ -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-1,2560x1440@165.0,6626x876,1.0
|
||||||
monitor=DP-2,2560x1440@165.0,4066x876,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,1920x1080@60.0,9186x396,1.0
|
||||||
monitor=HDMI-A-2,transform,3
|
monitor=HDMI-A-2,transform,3
|
||||||
|
monitor=HDMI-A-1,disable
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
vim.opt_local.shiftwidth = 4
|
vim.opt_local.shiftwidth = 2
|
||||||
|
|||||||
@ -6,8 +6,8 @@ ShellRoot {
|
|||||||
Variants {
|
Variants {
|
||||||
model: Quickshell.screens
|
model: Quickshell.screens
|
||||||
|
|
||||||
Bar {
|
Bar { }
|
||||||
// modelData injected by Variants; Bar.qml binds screen: modelData internally
|
// // modelData injected by Variants; Bar.qml binds screen: modelData internally
|
||||||
}
|
// }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -32,11 +32,19 @@
|
|||||||
# Shared components module
|
# Shared components module
|
||||||
- { src: components/Theme.qml, dest: components/Theme.qml }
|
- { src: components/Theme.qml, dest: components/Theme.qml }
|
||||||
- { src: components/Enclosure.qml, dest: components/Enclosure.qml }
|
- { src: components/Enclosure.qml, dest: components/Enclosure.qml }
|
||||||
|
- { src: components/TrayIcon.qml, dest: components/TrayIcon.qml }
|
||||||
- { src: components/qmldir, dest: components/qmldir }
|
- { src: components/qmldir, dest: components/qmldir }
|
||||||
# Bar module (imported as "bar" in shell.qml)
|
# Bar module (imported as "bar" in shell.qml)
|
||||||
- { src: bar/Bar.qml, dest: bar/Bar.qml }
|
- { src: bar/Bar.qml, dest: bar/Bar.qml }
|
||||||
- { src: bar/MusicPlayer.qml, dest: bar/MusicPlayer.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/MusicPlayerControls.qml, dest: bar/MusicPlayerControls.qml }
|
||||||
- { src: bar/Workspaces.qml, dest: bar/Workspaces.qml }
|
- { src: bar/NetworkStatus.qml, dest: bar/NetworkStatus.qml }
|
||||||
- { src: bar/WorkspaceButton.qml, dest: bar/WorkspaceButton.qml }
|
- { src: bar/PopoutWindow.qml, dest: bar/PopoutWindow.qml }
|
||||||
- { src: bar/qmldir, dest: bar/qmldir }
|
- { 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 }
|
||||||
|
|||||||
Reference in New Issue
Block a user