mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-15 09:35:12 -05:00
feat: niri isn't for me
This commit is contained in:
parent
c4c07a043a
commit
a128d9b7fa
4 changed files with 13 additions and 8 deletions
|
@ -67,8 +67,8 @@ in
|
|||
zoom
|
||||
academic
|
||||
# hypr
|
||||
niri
|
||||
wayland
|
||||
# niri
|
||||
# wayland
|
||||
theming
|
||||
;
|
||||
};
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
{
|
||||
services.espanso = {
|
||||
enable = true;
|
||||
package = pkgs.espanso-wayland;
|
||||
matches = {
|
||||
base = {
|
||||
matches = [
|
||||
|
|
|
@ -64,7 +64,8 @@ in
|
|||
{ command = [ "easyeffects -r" ]; }
|
||||
{ command = [ "vesktop" ]; }
|
||||
{ command = [ "signal" ]; }
|
||||
{ command = [ "floorp" ]; }
|
||||
{ command = [ "feishin" ]; }
|
||||
{ command = [ "zeditor" ]; }
|
||||
];
|
||||
|
||||
animations = {
|
||||
|
@ -306,6 +307,9 @@ in
|
|||
];
|
||||
|
||||
layout = {
|
||||
default-column-width = {
|
||||
proportion = 0.5;
|
||||
};
|
||||
border = {
|
||||
enable = true;
|
||||
width = 2;
|
||||
|
@ -324,7 +328,7 @@ in
|
|||
};
|
||||
|
||||
workspaces = {
|
||||
default = {
|
||||
${workspace0} = {
|
||||
name = workspace0;
|
||||
};
|
||||
${workspace1} = {
|
||||
|
|
|
@ -10,11 +10,11 @@ in
|
|||
mullvad
|
||||
syncthing
|
||||
ollama
|
||||
# plasma
|
||||
# sddm
|
||||
plasma
|
||||
sddm
|
||||
# hypr
|
||||
niri
|
||||
wayland
|
||||
# niri
|
||||
# wayland
|
||||
searx
|
||||
portals
|
||||
xserver
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue