hyprland layout
This commit is contained in:
parent
65c1523c8c
commit
48b4ea27b5
2 changed files with 6 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ general {
|
|||
col.active_border = rgba(69ff94ff)
|
||||
col.inactive_border = rgba(6272A4FF)
|
||||
|
||||
layout = dwindle
|
||||
layout = master
|
||||
|
||||
# Please see https://wiki.hyprland.org/Configuring/Tearing/ before you turn this on
|
||||
allow_tearing = false
|
||||
|
|
@ -131,6 +131,8 @@ dwindle {
|
|||
master {
|
||||
# See https://wiki.hyprland.org/Configuring/Master-Layout/ for more
|
||||
# new_is_master = true
|
||||
orientation = center
|
||||
slave_count_for_center_master = 2
|
||||
}
|
||||
|
||||
gestures {
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@ in {
|
|||
plymouth.enable = true;
|
||||
# plymouth.theme = "colorful_loop";
|
||||
consoleLogLevel = 0;
|
||||
kernelModules = [ "vhba" ];
|
||||
initrd.verbose = false;
|
||||
kernelParams = [
|
||||
"quiet"
|
||||
|
|
@ -99,6 +100,7 @@ in {
|
|||
};
|
||||
|
||||
programs = {
|
||||
cdemu.enable = true;
|
||||
gamescope = {
|
||||
enable = true;
|
||||
# capSysNice = true;
|
||||
|
|
@ -491,6 +493,7 @@ in {
|
|||
playerctl
|
||||
mpv
|
||||
protonup-qt
|
||||
protontricks
|
||||
qt6Packages.qtwayland
|
||||
glib
|
||||
gsettings-desktop-schemas
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue