- Updated stylix for improved aesthetics. (Defaults to plasma theme for qt apps)
- Added zoxide - Adjusted gaps and border widths in niri layout. - Added new wallpaper files.
This commit is contained in:
@ -33,8 +33,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
prefer-no-csd
|
||||
|
||||
layout {
|
||||
gaps 16
|
||||
gaps 10
|
||||
center-focused-column "never"
|
||||
|
||||
preset-column-widths {
|
||||
@ -49,7 +51,7 @@
|
||||
focus-ring {
|
||||
// off
|
||||
|
||||
width 4
|
||||
width 2
|
||||
|
||||
active-color "#7fc8ff"
|
||||
|
||||
@ -59,7 +61,7 @@
|
||||
border {
|
||||
off
|
||||
|
||||
width 4
|
||||
width 2
|
||||
active-color "#ffc87f"
|
||||
inactive-color "#505050"
|
||||
|
||||
@ -89,6 +91,13 @@
|
||||
window-rule {
|
||||
geometry-corner-radius 12
|
||||
clip-to-geometry true
|
||||
draw-border-with-background false
|
||||
}
|
||||
|
||||
output "eDP-1" {
|
||||
mode "2880x1920@120.000"
|
||||
scale 2
|
||||
// Optional: position x=0 y=0
|
||||
}
|
||||
|
||||
binds {
|
||||
@ -96,7 +105,7 @@
|
||||
|
||||
Mod+T hotkey-overlay-title="Open a Terminal: kitty" { spawn "kitty"; }
|
||||
Mod+D hotkey-overlay-title="Run an Application: fuzzel" { spawn "fuzzel"; }
|
||||
Super+L hotkey-overlay-title="Lock the Screen: hyprlock" { spawn "hyrplock"; }
|
||||
Super+L hotkey-overlay-title="Lock the Screen: hyprlock" { spawn "hyprlock"; }
|
||||
|
||||
Super+Alt+S allow-when-locked=true hotkey-overlay-title=null { spawn-sh "pkill orca || exec orca"; }
|
||||
|
||||
|
||||
@ -18,11 +18,12 @@
|
||||
waybar
|
||||
];
|
||||
|
||||
# programs = {
|
||||
# niri = {
|
||||
# enable = true;
|
||||
# };
|
||||
# };
|
||||
programs = {
|
||||
niri = {
|
||||
enable = true;
|
||||
};
|
||||
xwayland.enable = true;
|
||||
};
|
||||
|
||||
|
||||
#services.xserver.enable = true;
|
||||
@ -36,11 +37,5 @@
|
||||
|
||||
#sound.enable = true;
|
||||
#security.rtkit.enable = true;
|
||||
services.pipewire = {
|
||||
enable = true;
|
||||
alsa.enable = true;
|
||||
#alsa.support3Bbit = true;
|
||||
pulse.enable = true;
|
||||
# jack.enable = true;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user